jQuery-Mask-Plugin icon indicating copy to clipboard operation
jQuery-Mask-Plugin copied to clipboard

A jQuery Plugin to make masks on form fields and HTML elements.

Results 112 jQuery-Mask-Plugin issues
Sort by recently updated
recently updated
newest added

I got this error when I tried donating to the project on you web page(https://igorescobar.github.io/jQuery-Mask-Plugin/) We can’t find this profile Make sure the link’s right and profile hasn’t been turned...

If you create a mask with '00/00/0000', iOS does not allow entering of birthdate from autofill. Steps to reproduce. Add birthdate to your contact within your contact list Create form...

[JSFiddle](https://jsfiddle.net/a9ejdhx3/11/) **Problem one** Steps to recreate: Write "1234" in the textarea. Excepted result: "1234" Actual result: "3412" After two chars the cursor is moved to the start of the textarea...

autocomplete attribute value changed to "nope" because "off" is not working in modern browsers.

Hello. Thank you Igor Escobar and contributors by this very usefull plugin. I'm trying to use the plugin in some contenteditable elements such as divs and spans. But the behavior...

This is a cool plugin! This works for end-user changes: $('.phone_us').mask('000-000-0000'); However, I pre-populate a form with a phone number input field, something like... $('#phone').val('123456789'). My source data has no...

Improvements: - added `intMax` option - if press `del` key and the cursor is before the mask char - remove next not mask char Fixed: - if string consisted only...

#### Device Ubuntu 20.04.2 #### Browser Brave: 1.26.77 Chromium: 91.0.4472.164 (Versão oficial) 64 bits Chrome: 92.0.4515.107 (Versão oficial) 64 bits #### jsfiddle https://jsfiddle.net/ozq6mvj7/ When trying to make a CPF mask,...

The current implementation is not firing the onChange callback passed in the options. This happens because the oldValue variable is updated only on blur. With this changes, two variables are...