react-renderless
react-renderless copied to clipboard
Demo is broken with IME
Why this happens: to input ひらがな the user type h, i, r, a, g, a, n, a (just the letters) and IME combines h, i to ひ, etc.
The uppercase logic gets to replace h with H before i is typed and IME "breaks".