Fork me on GitHub
#reagent
<
2023-03-03
>
joshcho00:03:37

Korean input seems broken, even on the example for the demo website. On :input, typing in Korean breaks it (the characters repeat). Anyone face this problem (or problems with other languages)?

hifumi12301:03:29

Nope. I've had luck with Japanese and Chinese input. Are you using on-input, on-change, or on-blur?

joshcho02:03:32

I am using on-change, should I be using something else?

p-himik09:03:30

Seems like it's a React problem and not a Reagent one, but maybe I'm wrong: https://github.com/facebook/react/issues/3926