autocomplete
autocomplete copied to clipboard
it is bug, using in korean
When the input value is Korean, pressing the Keydown button will call search(). So the result is reloaded and keydown doesn't work.
Perhaps in my opinion, other than English, the languages are the same.
I’m not sure I fully understand the issue. Are you trying to attach a custom keydown event to the autocomplete input? And that event is working in English, but not in Korean?
If you have a code example of the issue I might be able to help you figure out what’s going on.
@cglee079 I haven't heard from you in awhile. I'm going to go ahead and close this issue, feel free to re-open if you're still having issues. Thanks!
accounted this problem when i try to input some chinese. i thought this is the problem about composition keyboard event. a common problem for autocomplete component for english input
@xcchcaptain Do you have more info on this issue? Or a link where I could learn more? I'll re-open if multiple users are seeing this problem.
really like the component I learned these from Professional JavaScript for Web Developers 3rd Edition by Nicholas-Zakas som info rom w3c i have commit my solution for it
i'm so sorry for no answer for a while. Thank you so much for fixing this issue. @trevoreyre @xcchcaptain