Inputmask
Inputmask copied to clipboard
Input Mask plugin
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...
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:...
multi emails
Hi, is there a way to insert more than one email in inputmask email? thanks
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: "%",...
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...
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...
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...
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...