reagent icon indicating copy to clipboard operation
reagent copied to clipboard

Korean input broken on :input and :textarea

Open joshcho opened this issue 2 years ago • 1 comments

On https://reagent-project.github.io/, for the :input example, I type in Korean and the input form breaks.

For instance, typing "리에이전트" becomes "ㄹ리링리에엥에이잊이저전전ㅌ트", where the inputs are being repeated. Something wrong with r/atom?

joshcho avatar Mar 03 '23 00:03 joshcho

I have a similar issue where typing on android inserts characters at random and moves the cursor around. I will try removing the :value prop to see if that solves the issue, however, I'm not sure how I'll be able to do input validation with an uncontrolled element.

manticarodrigo avatar Mar 06 '23 14:03 manticarodrigo