Closed OlgerCA closed 8 years ago
Hi, you can try something like this:
<input type="text" ng-model="maskModel" mask="*99?" restrict="reject" validate="false" data-ng-pattern="/^(-(\d){1,2}|(\d){1,3})$/" />
Thank you so much! I will give it a try. :)
Hi! Is there any way to optionally allow negative numbers? For example allow both 99 and -99 as valid inputs?
Thanks