1
Hello,
I need to put a mask on as follows:
I have a field:
<input type="text" required maxlength="4" name="minimumGrade" id="minimumGrade" ng-model="capacity.minimumGrade">
And I need that in this field it receives only three digits (numbers) and that when typing it gets a mask like this:
#.##
Should be in the form of "note", example: 9.00, 7.50 and so on...
It didn’t work out like Pattern, it passes the Qtd of characters I wish...
– Marquin Ferreira
http://html5pattern.com/Dates for more about Pattern Example using jquery-Mask (needs jquery) https://jsfiddle.net/1zt9abp2/
– Marco Vinicius Soares Dalalba
It worked out! Thank you!
– Marquin Ferreira