-
Notifications
You must be signed in to change notification settings - Fork 411
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
Inputdosen'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
Inputdosen't support Chinse and cursor doesn't perform well #444 - Input workaround might cause problems with cursor disappearing The cursor disappears at the end of a controlled input on Chrome #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. Controlled input loses cursor with React 18 when input type is :email or :number #609
Fixed:
- Input workaround inside shadow root Controlled input loses cursor under ShadowRoot in React 18 #597
schadocalex and kimo-k