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

An error occurred while executing the paste command alert ` Error type:Clipboard Description:Access to clipboard denied ` code ` $("input[name='AMOUNT']").inputmask("numeric",{ showMaskOnHover: true, showMaskOnFocus: true, rightAlign: false }); `

I would like to use the Selenium IDE for testing, but the typing will not be recorded. I see that this section no longer allows: keypressEvent: function (e, t, i,...

I'm using inputmask to get an account number that may have any number of digits up to 8 followed by one dash and one digit. I am using this config:...

If a page has an input element with prepopulated values, setting the inputmask on it with change the value to the masked value.

**Description:** I'm trying to focus the masked text input with JQuery focus / click events. However the cursor is either at the end or at the beginning for `currency` alias....

For example I have date 2004-11-12 and I want to change in year from 4 to 5 but instead of 2005-11-12 I get 2005-mm-dd, how to prevent this ?

I need to use these two functions, oncomplete and onincomplete. But my field has optional digits, I realized these events didn't take this into account. Have a solution for this?

999.99 applies the mask as 99.999 and when you type in the box it reverse the input so if I type 12345 it enters it as 54123 here is a...

Main

Hi! When I try paste a value in a field this is not working good, This is just increase the selected value. example: This is my format options: **alias: "decimal"...

Regression

Hi there, first of all thanks for the great library! I am trying to figure out if there is way to use different format/masks for numeric input when displaying and...