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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: