Skip to content
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

Closed
starrybleu opened this issue Nov 1, 2018 · 5 comments

Comments

@starrybleu
Copy link

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?

@gwyneplaine
Copy link
Collaborator

@starrybleu this should be resolved in the latest version of react-select (2.3.0).
Once this is confirmed I'll close this issue.

@starrybleu
Copy link
Author

@gwyneplaine Wow, Thank you for your works. I'll let you know whether it works or not after tests.

@Jonir227
Copy link

Jonir227 commented Mar 15, 2019

@gwyneplaine
I think this issue does not fixed.
when I type '도깨비불', it's input value turn into '돆깹빕불'.

korean input composes character one by one.
so in this case, korean input value changes like this.
ㄷ => 도 => 돆 => 도깨 => 도깹 => 도깨비 => 도깨빕 => 도깨비부 => 도깨비불.
and react select records all it's value change
ㄷ => 도 => 돆 => 돆ㄲ => ... etc

@JedWatson
Copy link
Owner

Should be fixed by #3442 (not released yet, will be soon)

@gwyneplaine
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants