jQuery-Mask-Plugin
jQuery-Mask-Plugin copied to clipboard
A jQuery Plugin to make masks on form fields and HTML elements.
Hi there 👋 #### Device iPhone #### Browser (and version)? Safary/Chrome #### Describe de problem depth: I'm using the plugin like in the code example ```javascript var mask0 = '0000...
Hi When I'm typing for example 1,500.25 first it complete decimal part and then integer part. In blow picture I'm typing 6 times.  $(this).mask("000,000,000,000,000.00", {reverse: true}); I need first...
How to put max value on money mask?
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
In the docs examples https://igorescobar.github.io/jQuery-Mask-Plugin/ //*[@id = 'placeholder'] returns multiple results The only reason I noticed is that I use it for automated tests that were checking compatibility.
I was trying to use the plugin in React native. I copied and pasted the React example but it tells me the following error: Error: Error: jQuery requires a window...
Hello. I am using "jquery.maskedinput": "^1.4.1". Your script works well. But When I select a field with a phone number, the cursor is set to the end of the line....
This minor patch adds an option "greedy" for translations, which is a simpler but sometimes useful form of recursion: characters will be matched as long as they match, then the...
Olá Igor Escobar, agradeço primeiramente a disponibilidade do plugin jQuery Mask. Minha dúvida que não pude saná-la em pesquisas é: Um campo que é tratado com uma máscara para valor...
Preciso que a máscara para valores monetários funcione normalmente, mas que tenha o prefixo "R$" na frente, coloquei da seguinte forma, mas não se comporta normalmente: $(this).mask('R$ #.##0,00', {reverse: true});...