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

Hi, Given a condition on my controller, I need to change the input masks (ui-money-mask to ui-number-mask) dynamically. I am doing this way: ``` ``` Is there a better way...

enhancement
help wanted

Olá! Tenho um código simples onde a pessoa digita e envio pra um serviço, nada demais, um ng-model, que passo por post. O problema é que no browser de uma...

needs: more info

Tenho um campo em um formulário que ele pode ser do tipo CNPJ ou um código definido pelo usuário, ele é de preenchimento obrigatório, gostaria de saber se existe maneira...

help wanted

When percentage value entered more than 100 , the total input value is erased , instead it should be 100 % if user enters more than 100 value for more...

needs: more info

This happening using mask-number and mask-money (with decimals) After inserted some value, the model never return to null (press backspace or DEL) and field show "0,00" (BR) --- Want to...

help wanted

Tem como usar em table data o plugin? --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39808839-usar-em-table-data?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

Hello, I'm trying to format the time from 01:00:00 PM to 13:00:00, but without success, is it possible to achieve this result with ui-time-mask? Thanks --- Want to back this...

help wanted

I have an form with a ui-percentage-mask, when i sent the form the value of the field is 10 % and not 0.1. When I use the inspector is see...

question
needs: more info

Hi, I tried to make a blood pressure mask but I could not. The pattern that I'm using is ^[0-9]{2,3}\/[0-9]{2,3}$. This pattern work fine but the mask does not allow...

enhancement
needs: more info

I'm using the min value 0.01, but when i insert a value lower than 1.00 the field trigger the min error as if the field were set the min value...

question