Open rocketraman opened 9 years ago
Ritzy uses React synthetic events as its input system, and React does not correctly deal with IME input. The onChange event for the input is firing before the IME input is complete. See https://github.com/facebook/react/issues/3926.
(Reported by user @Yixi)
When typing IME input e.g. "zhongwen" with Chinese Pinyin IME, the input into the editor is incorrect. IME input "zhongwen" should output "中文" in the editor.