Robin Herbots
Robin Herbots
Or do you mean you have mask 2, you select all and want to start typing mask 1?
@WebCimes, Ah, that because when setting the value "5486 ____ ____ ____-_" the spaces and dash are considered entered and so removing the numbers only isn"t sufficient. You want to...
https://codepen.io/robinherbots/pen/dPbYEPO?editors=1111 Almost, ....
@WebCimes , v 5.0.10-beta.14 fixes the problem
https://codepen.io/robinherbots/pen/dPbYEPO?editors=1111 Now it works with just Inputmask({ mask: ["aaa-9999-*", "9999 9999 9999 9999-9"], casing: "upper", keepStatic: true, }).mask(inputElement);
@zandiarash , I will have a look at it in the coming days.
@zandiarash , Can you have a try with the latest beta version.
@democlitos , This is due to the numericInput: true option passed. This will set the value to a fixed value. (currently 2) I will change this to the first part...
Backspace and delete functionality fixwed with digitsoptional false. see v5.0.10-beta.49
@newmangreen , Can you give an example of the mask and options you use. I tried with a random mask, and cannot reproduce the problem.