-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong cursor position after clearing text field when mantissaLength = 0 #97
Comments
Codes:
|
Hi! Thanks, I'll check that as soon as I can |
This is not fixed in the latest release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when all characters are cleared in the text field, the cursor is placed in front of the zero character. The next time the user inputs a new digit, the zero character is accidentally appended to the end.
Expected result: the zero character should be replaced by the new input digit.
Sep-25-2022.17-19-08.mp4
The text was updated successfully, but these errors were encountered: