Hello,
I need to put a mask as follows:
I have a field:
<input type="text" required maxlength="4" name="minimumGrade" id="minimumGrade" ng-model="capacity.minimumGrade">
It is necessary that in this field it receives only three digits (numbers) and that when typing it has a mask like this:
#.##
It should be in the form of "note", example: 9.00, 7.50 and so on ...