Skip to content
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

Non-input character in MaskedText input cannot be deleted resulting in unrecoverable state #19

Closed
0ui opened this issue Feb 12, 2020 · 0 comments · Fixed by #25
Closed

Comments

@0ui
Copy link
Contributor

0ui commented Feb 12, 2020

With the pattern (###) ###-####, if you type an open paren ( twice you'll end up with three in the input like ((( and they can no longer be deleted, so the user then cannot type a valid input that will match the pattern.

You can easily repeat this in the live demo by typing ( twice in the Masked Text Input and trying to delete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant