Inputmask
Inputmask copied to clipboard
Input Mask plugin
Hi, Me again with new issues on board! :) - Add a link to a codepen, jsfiddle or other example page which shows the problem : https://jsfiddle.net/BerkerYuceer/1jk4vwg6/ - OS :...
When you start to type, plugin adds a character and jumps to the next part of email string after @ sign Also strange behavior when trying to delete symbols with...
I have input format like this {"mask": "9999-999999"} -> the result example is 2021-9898283 sometimes I need example input like this -> 2021-# please help Thank you
How to set expiryformat for example 08/23?
- Describe the bug I'm using inputmask with following options and when i try to delete the first digit followed by zeros and type a new digit at the start,...
- I was testing a feature on a textarea but encountered this unexpected bug. Here is the auto-generated code which kicks off inputmask: "jQuery(document).ready(function() { jQuery('#ctl00_ctl00_ctl00__ContentMain__ContentMain__ContentMain__ControlFormGroup__ControlGroupInformation__RowOrderNotes_FormField_TextBox').inputmask({ regex: '[^]*' }); });"...
I have an implementation for an inputmask for the Federal Tax Id (EIN) which includes numbers and a dash. If the form is submitted with this field left blank it...
Hi Robin, I know that the topic has been discussed some years ago, but currently I am still facing this issue: how can I change the color of the placeholder?...
When you add a datetime input mask using optional parameters for the time the default value is not displaying correctly. Please see the following fiddle: [https://jsfiddle.net/gmogollon/7okjw6mt/](https://jsfiddle.net/gmogollon/7okjw6mt/) You can see how...
I am using inputmask percentage to allow user to enter percentage value between 0.00 till 1000.00. However when user presses 0. and tabs out the input field gets populated to...