-
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
how to deal with optional characters #1
Comments
Guys, is there any progress on this feature? |
I have the same question, would like to know if it's possible |
Progress? |
+1 |
Anything? |
+1 |
1 similar comment
+1 |
We need to have regular expression support, so that this becomes easy. |
same problem here... any news? |
Same here. I'm trying to make a currency input which allows any of these: $1.11 |
Same problem here, I would need to support dates with no leading zero on day and month values. |
Hi everyone I made this feature on PR #40 hope it helps you. |
+1 |
For example, the bold number is "optional", not always required:
value:
55 48 2332-4456
suggestion of mask:
11 11 **(1)?**1111-1111
The text was updated successfully, but these errors were encountered: