We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Not sure if it's implemented, but I would like to preserve some constants while the mask is being filled: Something like this for a currency format:
jQuery(field).mask('<R$> 000.000.000.000.000,00');
So, the R$ would always be in front of the value.
R$
Thanks for this plugin.