how to use imask react dynamic mask? error #599
-
I'm trying to use these two masks according to the number of digits. Visually it works, but when I send the form, the first mask is always selected. How to solve this?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Did you solved your problem ? I used just like your code and it worked fine to me... |
Beta Was this translation helpful? Give feedback.
-
Hey guys! I'm using Mantine as my UI library, and found a weird behavior using Imask. Similar to happened to @Cleysond10 but related to phone numbers. When I click out of the input (onBlur), it supress the last typed character like falling back to the first mask. Am I missing something? My input is defined like this: |
Beta Was this translation helpful? Give feedback.
Did you solved your problem ?
I used just like your code and it worked fine to me...