Input masks doesn't works correctly
-
Hello there, I’ve got a 2 questions:
1. I have a required field for a full name. How can I set up mask matches 3 words with spaces between? I’ve tried “a{*} a{*} a{*}”, but it doesn’t work.
2. Also, I have required telephone field, how could I check that user filled all of mask positions? There’s a country number by default (like +1, or +45), and if you don’t change this, it will pass, but shoudn’t. I’ve tried to set condion that number should be larger that 9999999999 (10 times 9 in total, mask has 11 numbers, so full number should be greater than 10 * 9), but it doesn’t work because condition checking unmasked value (with +, spaces and _).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Input masks doesn't works correctly’ is closed to new replies.