Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

Input Mask plugin

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

removeMaskOnSubmit doesn't work when applied on inputs which are appended by js/jquery. Tried to set removeMaskOnSubmit to true in different ways, but none worked so far. ``` Inputmask.extendDefaults({ autoUnmask: true,...

Hi, Robin! Do you think it will be usefull not to format value on every keypress event? When I press button on keyboard, events pushes in stack and user see...

Numerics
Enhancement / Feature

Someone is also having problems with masked fields with numbers on Android? I can't type numbers right now In the desktop working normally $(document).ready(function(){ $("#pre_celular").inputmask("(99)99999-9999"); });

I have this setting s `.inputmask('decimal', { min: 0, max: 99999, digits: 4, rightAlign: false, radixPoint: ",", alias: 'currency', removeMaskOnSubmit: false, autoUnmask: false, numericInput: true, allowMinus: false, showMaskOnHover: false, undoOnEscape:...

Hi, is there a way to insert more than one email in inputmask email? thanks

Main
Mask Extension
Multi & Alternation
Enhancement / Feature

Sorry for my English. I am Brazilian. I am creating a number input. I am using alias "decimal", and suffix "%" and jitMasking "true". ```javascript $("#percentInput").inputmask({ alias: "decimal", suffix: "%",...

Numerics
Enhancement / Feature
Question

First of all, I want to say thank you for this great plugin! I have more of a question or feature request than a bug report. Is it possible to...

Enhancement / Feature

I wish there was a way to use the regular static input mask and allow for both numeric and spaces. For example, I'm using `mask: '+999999999999999'` for a simple international...

Main
Enhancement / Feature

It's quite a common scenario when it's needed to have some kind of prefix which should kept after unmasking. For example: let's say we have a mask: `PO-9999` - PO...

Main
Enhancement / Feature

Hello. Recently we received a notification from one of our users to let us know that Google is making the `navigator.userAgent` obsolete. According to this documentation https://blog.chromium.org/2021/05/update-on-user-agent-string-reduction.html I must admit...

Main
Enhancement / Feature
Compatibility