Closed peresbruno closed 7 years ago
Hi, solved in conjunction with a ng-pattern :)
Like this:
<input type="tel" name="input" ng-model="phone" ng-required="config.required" ng-pattern="/^\+\d{12}(?:\d{4})?$/" mask="+9999999999999?9?9?9?" >
I'm closing this issue
thanks
Hello.
With ngMask is possible to creat a mask that accepts, for example, only 10 or 14 digits? For example:
Thanks :)