4
I wanted to create a mask for monetary values, where the person would type and enter the scores and separations of the decimals automatically. Ex:
R$ 1
R$ ,11
R$ 1,10
R$ 11,00
R$ 110,00
R$ 1,110,00
and so on
I tried using jQuery.Inputmask from Nuget, but it only serves to use a full mask
Tried Jquery-maskMoney?
– denis