You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use IME to put Chinese in the input, it can be set directly without any filter. Also the text can't be deleted by press backspace.
We dig into the code and found it's because the IME events can't be caught by keypress handler and the input handler only work for chrome android. We raised a PR(#110) to fix this.
When I use IME to put Chinese in the input, it can be set directly without any filter. Also the text can't be deleted by press
backspace
.We dig into the code and found it's because the IME events can't be caught by
keypress
handler and theinput
handler only work for chrome android. We raised a PR(#110) to fix this.Could anyone can help check it? @cesarrew
The text was updated successfully, but these errors were encountered: