autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

it is bug, using in korean

Open cglee079 opened this issue 5 years ago • 6 comments

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.

cglee079 avatar Aug 23 '19 02:08 cglee079

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.

trevoreyre avatar Aug 29 '19 17:08 trevoreyre

@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!

trevoreyre avatar Sep 17 '19 02:09 trevoreyre

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 avatar Nov 07 '19 03:11 xcchcaptain

@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.

trevoreyre avatar Nov 07 '19 06:11 trevoreyre

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

xcchcaptain avatar Nov 29 '19 09:11 xcchcaptain

i'm so sorry for no answer for a while. Thank you so much for fixing this issue. @trevoreyre @xcchcaptain

cglee079 avatar Dec 29 '19 01:12 cglee079