angular-input-masks
angular-input-masks copied to clipboard
Form input is masked
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 that the form value attribute is correct eg 0.1
I use the latest version and AngularJS v1.5.8
Can you provide a small and reproducible example of your problem?