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

I found how to do this, but I had to dig through the sources and do some google searches to find it. The documentation is missing this parameter: "negationSymbol". Please...

Is there anyway to turn the mask overwrite option on like IMask library? https://imask.js.org/guide.html thanks

![image](https://user-images.githubusercontent.com/26517397/170490416-ff1ef767-9d51-4d68-9eb6-c8e2f9970fdc.png) If the parameter "groupSeparator" is set, then nothing can be entered before 0. http://jsfiddle.net/b1ehvdr6/14/

Numerics

This Plugin does not work with the QtWeb Browser (http://www.qtweb.net/) which is used by the HTML-to-PDF conversion Software wkhtmltopdf (https://wkhtmltopdf.org/). Here is a basic test using a 'numeric'-type Inputmask: ```...

Question
Compatibility

When removing using backspace/delete the minus sign from a numeric/currency input. The formcontrol isn't marked as dirty so the data isn't saved on our backend. On the other hand; pressing...

I am trying to make a mask that allow input some thing like this (any number)-(0-15)-(0-6)-(0-10) So I made this regex \d+-(\b([0-9]|1[0-5])\b)-[0-5]-[0-9] It is not working with the word boundary...

add new option to allow show mask only if user has started input. mask will not be visibile if value is empty and will be visible if value is not...

Firstable, very thanks for big library is amazing. I have to do a work where need use inputmask and datetimepicker. I chose the tempus Dominus and your library but when...

Currency alias. Move carret before prefix by arrows, input not work. https://robinherbots.github.io/Inputmask/ Steps: 1. Select input 2. Move carret before prefix by arrows Result: I can't entering new digits. Expected...

Prefix and Suffix not showing when creating an extendalias using REGEX without any default 'alias' like numeric.