-
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
Add space in MaskedInputFormatter() #73
Comments
Same problem here. Is this a regex issue? |
Space is added automatically. You simply type the next symbol and if a mask contains space, it should be added itself |
Spaces are not working as intended, then. |
I'll check when I have time. Most probably it has been broken by one of the latest pull requests |
Thank you! |
It seems to me that two static characters in a row is the issue in "(###) ###-####". Doesn't work: "(###) ###-####" |
Any update with this? It doesn't work for me either |
How can I add a space after the ')' in MaskedInput Format('(00) 00000-0000')? Inserted space did not work
Example: (99) 99999-9999
The text was updated successfully, but these errors were encountered: