Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

Input Mask plugin

Results 196 Inputmask issues
Sort by recently updated
recently updated
newest added

Is there a way to prevent leading zeros from being deleted when using inputmask? I use the below code to format 4 digit account numbers. Some account numbers have leading...

Hello, I have an autofil setup for credit card number in my Chrome, but the autofill dropdown does not show when the Inputmask is initialized: - Test case: https://jsfiddle.net/uxmonn2z/2/ -...

Main
Enhancement / Feature
Life example included => priority

I have bank card form with expiry that has `MM/YY` mask. Due to that, I have to specify `maxlength=5` for browser to understand that my format is not default `YYYY/MM`....

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

help wanted

Hi Robin, love the plugin! qq on logic for removal of decimal mask. e.g. I have following mask within document.ready function: $('#myInputField').inputmask("$9,999,999.99", {numericInput: true} ); Input field will display correct...

Yep, Inputmask prevent onChange React event, not native. So, it would be good if Inputmask will consider this react event somehow _Originally posted by @someden in https://github.com/RobinHerbots/Inputmask/issues/2514#issuecomment-929222940_

I am not 100% sure it's a bug, but it seemed strange enough to report. - Minimal reproducible example https://github.com/jvanheesch/inputmask-angular - Steps to reproduce: - `npm i` - `npm run...

Hi, I am working with Meteor and installed the inputmask (meteor npm install inputmask --save). I am setting up the input field dynamically with the mask for phone# and it...

When pasting values into the input, the "**oncomplete**", "**onincomplete**" and "**oncleared**" events are not being called. This problem is affecting recent versions (5.0.4 ~ 5.0.6-beta.9). In the example at: https://stackblitz.com/edit/js-qgyxqa....

- Describe: In firefox in console should be found error: `NotSupportedError: 'input-mask' has already been defined as a custom element inputmask.js:2747 modules http://localhost:3000/static/js/static/input_mask/inputmask.js:2747 __webpack_require__ http://localhost:3000/static/js/static/input_mask/inputmask.js:2789 modules http://localhost:3000/static/js/static/input_mask/inputmask.js:650 __webpack_require__ http://localhost:3000/static/js/static/input_mask/inputmask.js:2789 http://localhost:3000/static/js/static/input_mask/inputmask.js:2781...

Main