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

Hello guys, i have m little funcion to mask a input from time, the owner just ask for not use htm l input type='time', that why I'm using input text....

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

I installed the plugin using the instructions for Typescript [here](https://www.npmjs.com/package/jquery-mask-plugin), so just used this in the console: `npm install --save-dev @types/jquery-mask-plugin` When I try to use the code `$("#inputID").mask('AAAAAAAAAA');` in...

Added `testMaskedVal` method that returns the result of `regexMask.test(p.val())`. Added static method `maskMatched` that returns the result of `testMaskedVal` method. Updated existing `focusout.mask` event to reference `testMaskedVal` method.

### Have you take a look into our docs? https://igorescobar.github.io/jQuery-Mask-Plugin/ ### Make sure your read this before opening a new issue: https://github.com/igorescobar/jQuery-Mask-Plugin#problems-or-questions #### Device PC #### Browser (and version)? Version...

mask 0.0.0 transforms to 0.00, why does this happen? $('#id').mask('0.0.0'); ex.: 1.1.2 = 1.12 ?? #### Device PC #### Browser (and version)? Chrome Browser

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hey. Is there a way to trigger a pattern, that allows all characters recursively, also special characters? `'R': {pattern: /[a-zA-Z0-9]/, recursive: true},` got this now. but this doesn't allow special...

Hey, there is way to create mask for replace lowercase to uppercase? mask : LULULU111 input aaaaaa753 output aAaAaA753

Not really an issue, but an enhancement proposal. Let say you set this as translation :+1: ``` $.jMaskGlobals = { translation: { '2': {pattern: /[A-Z]/, optional: true, uppercase : true},...

enhancement