Replies: 1 comment
-
|
I think it's the same issue I'm having at #915 for phone number. I'll keep you updated if I find something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I am trying to set two masks depending on what length the user inputs, however, it always choose the first one no matter the order.
In the example below, if the user inputs is 11 characters or less, should apply the first mask, if more than 11 then should apply the second one.
Should I got for a more manually approach, or can I achieve somehow using like this?
I am not sure if that is the usage of this mask.
Thanks Thanks
Beta Was this translation helpful? Give feedback.
All reactions