angular-input-masks icon indicating copy to clipboard operation
angular-input-masks copied to clipboard

Opinionated input masks for AngularJS

Results 86 angular-input-masks issues
Sort by recently updated
recently updated
newest added

I'd like to make a mask to only accept 10 digits in a input, how could I do it? ## --- Want to back this issue? **[Post a bounty on...

enhancement
help wanted

Se eu mudar para input type="number", ele não formata. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29656347-so-funciona-com-input-type-text?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github).

question

I'm trying to configure the plugin in my project, but is occurring the following error: Uncaught SyntaxError: Unexpected token < angular-input-masks.min.js:4 Uncaught SyntaxError: Unexpected token < angular.min.js:33 Uncaught Error: [$injector:modulerr]...

needs: more info

Check if the current $modelValue matches the desired mask, instead of forcefully removing all the non matching characters first. Example: if I have an input with `` and `user.data.cep` is...

enhancement
help wanted

I'm trying to 'npm install' this projects on windows, but i am getting this error: Thank you in advance. ``` > [email protected] prepublish C:\projects\angular-input-masks > gulp build [11:26:50] Using gulpfile...

question

Being a mask, storing the phone number as an integer is a possibility, currently if number is an integer the validation fails because it only checks the length property, asuming...

bug

## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9218913-refactor-ui-br-phone-number-and-ui-us-phone-number-in-a-core-component?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github).

enhancement

To be more specific, suppose I had: ``` ``` and `test` was `0` when I first loaded the page, then the input will show blank. ## --- Want to back...

needs: more info

Primeiro, quero parabenizar pelo excelente trabalho, esses inputs salvaram um trabalhão para mim, quero também pedir que se possível, inserir uma segunda máscara no input de código de barras, para...

enhancement
help wanted

Hi there. I'm facing a problem with the money-mask. When the value and decimals are coming from a response from the server the money-mask formats the value wrong. Codepen: http://codepen.io/marcomafessolli/pen/akEEYR...

question