reagent-project / reagent

A minimalistic ClojureScript interface to React.js
http://reagent-project.github.io/
MIT License
4.75k stars 415 forks source link

Korean input broken on :input and :textarea #587

Open joshcho opened 1 year ago

joshcho commented 1 year ago

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?

manticarodrigo commented 1 year ago

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.