Robin Herbots

Results 184 comments of Robin Herbots

@emilymeroni , There is still an issue with the placeholder and some dattime formats. For now you could use a placeholder llike "_" See https://jsfiddle.net/robinherbots/pzjo5384/2/

@nemiro , Isn't this the same option as clearMaskOnLostFocus

@eduardo-mior , I think it is clear that this is not expected. Hmm it is probably caused by the jitMasking option. .5 should translate to 0.5 to be correct and...

Use the latest version 5.0.7-beta.34 ;-) And have a try with ``` Inputmask("email", { separator: ", " quantifier: 5 }).mask("test2"); ``` This will allow 6 e-mail adresses.

@fezza78 , I tested it in Firefox 95 on Linux and I cannot reproduce the issue. Do you get an error in the console?

Can someone make a codepen of jsfiddle? Did someone tryu with the latest version on github?

@mwxp06 , Can you reproduce this in a jsfiddle? Are you also using other masking plugins? Or did you define your own?

@mwxp06 , I added a check wheter the input-mask element is already defined or not. ("version": "5.0.4-beta.30")

@singladno , How do I reproduce that error? Can you provide some example code.

Hi @GamerX-Ar , I can reproduce the issue. I will see how to fix it.