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

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=6.2.1&new-version=6.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Good morning I found an issue while trying to use the mask plugin in conjunction with the minlength attribute for field validation. http://jsfiddle.net/ngt5d4r1/ Here is a fiddle exemplifying the bug....

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

#### Describe de problem depth: hi, i use your mask plugin for all of the website's inputs. One problem it has is that the .mask() method only effects the input...

#### Device Windows 10 #### Browser (and version) Google Chrome v88.0.4324.190 64 bits #### Functional `jsfiddle` exemplifying the problem: https://jsfiddle.net/Lukkian/tgqjof23/4/ #### Describe the problem: If 'applyMask()' is called before setting...

Searched a lot on Git, on Docs and don't found anything that helped me. I know the mask work on "td" but I need to add a td when a...

I am getting irregular results and I am not sure if it is me or the plugin I have a value: 2520000 I apply a mask: $('.amount_total').mask('$##,###,###'); and: $('.amount_total').mask('$##,###,###.##'); Result:...

Can't use ['000.000.000-00', '00.000.000 / 0000-00'] in the data-mask? I don't want to use the way you indicate in the doc with a function of validating the size I found...

#### Browser (and version)? Chrome 81.0.4044.138 64 bits #### Functional `jsfiddle` exemplifying your problem: http://jsfiddle.net/s3ykha21/ #### Describe de problem depth: When I apply the mask to an input type number,...