inputmask-core
inputmask-core copied to clipboard
how to deal with optional characters
For example, the bold number is "optional", not always required:
value: 55 48 2332-4456
suggestion of mask: 11 11 **(1)?**1111-1111
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
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 $111.11 $111,111.11 $111,111,111.11 ......
Same problem here, I would need to support dates with no leading zero on day and month values. These would be supported: 1.1.2017 1.10.2017 20.1.2017 31.12.2017
Hi everyone I made this feature on PR #40 hope it helps you.
+1