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,
EasyUI