-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Korean(non-English) characters are input weirdly on Firefox browser or Edge. #3162
Comments
@starrybleu this should be resolved in the latest version of react-select (2.3.0). |
@gwyneplaine Wow, Thank you for your works. I'll let you know whether it works or not after tests. |
@gwyneplaine korean input composes character one by one. |
Should be fixed by #3442 (not released yet, will be soon) |
Thanks for raising this issue @starrybleu . This is resolved as part of #3563 which has since been merged and published. Please update to the latest version react-select to see this in effect. |
Hi, this is Terry Lee.
My application is objected for Korean.
For your information, single Korean character is composited of each partial character. (that is not friendly to the non-Korean)
I tested typing Korean characters on your official example site on Firefox (v63.0 62bit), but there is strange thing on input text : when I typed next character, it seems that input occurs twice (unwanted appending).
For other browsers :
So does edge browser.
Chrome broswer is working well.
If I use
AutosizeInput
component in 'react-select` individually, there's no problem.Does anyone guess what problem is?
The text was updated successfully, but these errors were encountered: