|
Title: Ajax filter in ComboGrid is not working for Chinese IME in iOS Post by: ifcwlme on November 12, 2018, 08:36:45 PM In iOS
When we type Chinese using IME, we first composite the word, and select the Chinese character. The onChange event is not fired after I pick the character. I know it is the problem of browser in iOS. But the select2 library (https://select2.org/) can handle this problem. Can you please also introduce some workaround for this issue? Ex. using setTimeout to check the inputted value periodically. Regards, |