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

I have been trying to use this library and have encountered bugs that have sat open since 2016 on the issues list. It would have been nice if the project...

Pretty much everything on the demo page, including clicking any of the example masks, aren't working at all.

I need have a mask wich accept : 9999 99 99 and 9999 99 99 AAA

When trying to set the start "1.2.3.4.5", using the mask "1.2.3.4.5.9.999", for example, the input does not accept the entered value, automatically prepending with a random digit. `package.json -> angular-ui-mask":...

**Bug** Steps to reproduce: 1. Go to the official demo page: https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html 2. Select some mask e.g. `(999) 999-9999` 3. Enter any characters in the "Masked input" field 4. Put...

**Bug** Steps to reproduce: 1. Go to the official demo page: https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html 2. Select some mask e.g. `(999) 999-9999` 3. Enter any characters in the "Masked input" field 4. Put...

hey guys, i have probem with chage ui-mask on the fly, this my component code: `` and this update function for ui-mask: ``` $scope.updateCurrencyMask = function(value) { if(value != "")...

I am trying to delete a selected text out of a masked phone number and it doesn't delete the selected text rather it deletes the the previous value. The example...

Hi, I'm facing this problem of cursor pointed at the end of the textbox even if no characters are typed in. This problem is observed only in ios devices, when...