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

### Describe the bug Simple HTML site with 1 input. If I type a any number greater then 0 and then key "-" on numpad, the typed in number will...

Numerics

Hi, question: I have a social security input field. The client wants everything but the last four numbers hidden on blur, or possibly on some other event, just as long...

- **Describe the bug** - When I select all or a part of the value and paste a previously copied value, the value is pasted three times. - You can...

- I have an input tag with mask - "\\aa\\aa". When I try to update input tag value programmatically with "aa", which is a valid value, the input tag shows...

Main
Life example included => priority

Hello, can i disable autocomplete date mask for year ? Example: yearrange: {minyear: 1916,maxyear:2016} If i write 12, it is autocomplete 2012

Dates

- Describe the bug: Had a weird issue today where our developer had an input with a maxlength of 9, but a mask that was 12 chars. The input wouldn't...

Good day! I use jQuery.inputmask 5.0.7 and here is my code: `$("input").inputmask("decimal", { "radixPoint": ",", "groupSeparator": " ", "digits": 2, "autoGroup": true, "digitsOptional": true, "suffix": " EUR", "placeholder": "129,5", "clearMaskOnLostFocus":...

- Describe the bug When using a mask to allow letters, numbers, letters with diacritics and whitespaces on iOS, whenever I type in a sequence of diacritics and then a...

Code sample: https://codesandbox.io/s/inputmask-with-datetime-alias-m8zfrh?file=/src/App.tsx I'm trying to use `{alias: 'datetime', inputFormat: 'mm/dd/yyyy'}` on a controlled input component but deleting a character isn't working like the one that is just doing `{...

- Bug description I want to set up min/max limit for the input field. I do it with this command: `$('#number-field').inputmask("integer", { min: 0, max: 10, rightAlign: false, clearIncomplete: true...

Numerics