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?
@starrybleu this should be resolved in the latest version of react-select (2.3.0).
Once this is confirmed I'll close this issue.
@gwyneplaine Wow, Thank you for your works. I'll let you know whether it works or not after tests.
@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
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.
Most helpful comment
Should be fixed by #3442 (not released yet, will be soon)