You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cursor position is not accounted, nor displayed (the "input-focused" class is removed from the input even when inputReadOnly is set to false), for this widget e.g.
"12|34"
then press delete on the keypad should result in
"1|34" rather than "123"
In the iOS version the user cannot tell which input is active. In Android it's more clear but still needs a caret for more user feedback.
The text was updated successfully, but these errors were encountered:
The cursor position is not accounted, nor displayed (the "input-focused" class is removed from the input even when inputReadOnly is set to false), for this widget e.g.
"12|34"
then press delete on the keypad should result in
"1|34" rather than "123"
In the iOS version the user cannot tell which input is active. In Android it's more clear but still needs a caret for more user feedback.
The text was updated successfully, but these errors were encountered: