angular-input-masks
angular-input-masks copied to clipboard
Opinionated input masks for AngularJS
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...
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...
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...
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...
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...
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).
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...
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...
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...
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...