Robin Herbots
Robin Herbots
What is this? I tried on another linux with the same Chrome and it works!! ? Maybe some caching? I need to verify again at home.
@Romanchuk , @alexeisorokin11 , No that fiddle does not use the mask. The ids in mask do not match anything. The cc-exp masking can be changed but that has to...
@andreknieriem , Try something like this ``` Inputmask([ '9{10,40}' , 'aa99 9999 9999 9999 9999 99'],{ casing: "upper" }).mask("test1"); ```
@skuppi , Can you try with the 4.x beta. Do you have a public link to your site?
@skuppi , Can you send me a valid zipcode.
@skuppi , I get an alias (999) 999 999 or something and the mask is undefined. Can you show the arguments you are passing for the masks.
@codinglifestyle , I am wondering wheter I should remove the support for the textarea. The revalidation makes the input slow. But using a mask on a textarea is more used...
@komitake , Can this be reproduced on browserstack? I tested on browserstack Iphone 11 ios 14 safari and see no problem. On which iphone are you testing?
@komitake , Probably the definitions needs to be extended for Japanese Kana. Currently ```` export default { "9": { //\uFF11-\uFF19 #1606 validator: "[0-9\uFF10-\uFF19]", definitionSymbol: "*" }, "a": { //\u0410-\u044F\u0401\u0451\u00C0-\u00FF\u00B5 #76...