ftcastro
Results
1
comments of
ftcastro
Hello! I have a similar problem. Tried to use both masks: ``` $('.mask-value').mask("#.##0,00", {reverse: true}); $('.mask-value').mask('000.000.000.000.000,00', {reverse: true}); ``` to make my currency field work. But when I type the...