Open im1dermike opened 9 years ago
I can't seem to get the regex max implementation to work. I need to create a mask that is a number, 0-5 digits in length. I've tried various things like the following but to no avail:
<input mask="/\d{0-5}\" />
have you tried:
<input type='text' mask='9?' mask-repeat='5' />
I can't seem to get the regex max implementation to work. I need to create a mask that is a number, 0-5 digits in length. I've tried various things like the following but to no avail:
<input mask="/\d{0-5}\" />