-
Notifications
You must be signed in to change notification settings - Fork 52
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
allow special characters at the beginning of pattern #6
Comments
Can you provide details on how to reproduce this? A failing addition to the 'Leading static characters' test case would be ideal. |
@agapas currently plugin expect that you provide mask characters if you insert at begin of input, like |
@AuthorProxy Thanks for the clarification. I have the same issue with this pattern. Following your example, in order to work with If I read the code correctly, the intented behaviour of
the code that checks the first character does not account for unmasked value as the first charater, and has to match exactly the static charater (that is missing, since it's unmasked). Hence, This is not a dealbreaker, the workaround is to loop through the string and do thanks |
not working mask.paste with |
Thank you i understand it. Sorry my bad english. Solution is |
it stops work when you delete all characters from the input for pattern such as '(111) 111-1111',
but still works for pattern '111) 111-1111'
The text was updated successfully, but these errors were encountered: