Combining controlled input problems from multiple older issues into one. 1. Problems with Unicode characters #587 #444 I haven't investigated this much, but it is likely this due to input workaround counting the characters and Unicode chars being counted incorrectly for some charsets 3. Problems with React Native #444 6. Input workaround might cause problems with cursor disappearing #595 Can't fix - Certain input types (email, number) can't use the workaround because the Selection API isn't available or blocked; only fix is to remove the need for the workaround. #609 Fixed: - Input workaround inside shadow root #597
Combining controlled input problems from multiple older issues into one.
Inputdosen't support Chinse and cursor doesn't perform well #444I haven't investigated this much, but it is likely this due to input workaround counting the characters and Unicode chars being counted incorrectly for some charsets
Inputdosen't support Chinse and cursor doesn't perform well #444Can't fix
Fixed: