-
Notifications
You must be signed in to change notification settings - Fork 412
Open
5 / 55 of 5 issues completedLabels
Description
Combining controlled input problems from multiple older issues into one.
- Problems with Unicode characters Korean input broken on :input and :textarea #587 reagent render
Input
dosen't support Chinse and cursor doesn't perform well #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 - Problems with React Native reagent render
Input
dosen't support Chinse and cursor doesn't perform well #444 - Possible problem with input workaround inside shadow root Controlled input loses cursor under ShadowRoot in React 18 #597 (not investigated)
- 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 workaround. Controlled input loses cursor with React 18 when input type is :email or :number #609
- Input workaround might cause problems with cursor disappearing The cursor disappears at the end of a controlled input on Chrome #595
Possible fixes: #504 (would remove the need for the workaround)
schadocalex