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)?
Nope. I've had luck with Japanese and Chinese input. Are you using on-input, on-change, or on-blur?
I am using on-change, should I be using something else?
Seems like it's a React problem and not a Reagent one, but maybe I'm wrong: https://github.com/facebook/react/issues/3926