ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

Mask on an input field so the user can only type pre-determined pattern

Results 75 ui-mask issues
Sort by recently updated
recently updated
newest added

It would be cool if there was an option to turn the placeholder character for optional characters on/off. For example on a phone field that takes 10 to 13 numeric...

enhancement

Hello, As reproduce in the [angular-ui-mask demo page](https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html), with Internet Explorer 11 : - Mask Definition : 99 99 99 99 99 ?9?9 ?9?9 - Default placeholder char : space...

bug

I have no problem using `ui-mask="999999"`, but when I try to bind that value the mask does not appear: `ui-mask="vm.myMask"` Should this work?

bug

Hi, I think this would not be that hard to do, would it be possible to display fill characters only when the length of the value is greater than the...

enhancement

Code ``` ng-repeat Model value: {{model.data}} without ng-repeat Model value: {{models[1].data}} ``` result: ``` ng-repeat Model value: 12