When using SfComboBox,
AutoCompleteMode = AutoCompleteMode.SuggestAppend;
If set as above, the text box input string is broken.
This happens when typing Korean, a non-English string.
When using "AutoCompleteMode", please debug the bug that the Korean input string is input randomly.