Techn1c4l

Results 36 comments of Techn1c4l

The `placeholder` option is meant to be used to specify a single character. In your case, set the value to `placeholder: '0'`.

Just checked, it appears version 5.0.9-beta.70 introduced this bug. Try using version 5.0.9-beta.62, works fine for me.

> it's not so critical for me right now and I'll stay on version 5.0.8 for now. Can you fix it in newer versions? I'm sure the author of the...

Please provide the full Inputmask setup code. Also be aware, that the `regex` options expects a string and you must escape your `\` character like this: `\\d`.

Can confirm this issue. I had similar problems with regular expressions while using the Inputmask before. I believe the issue is in the `|` logical OR operator.

If your mask includes fixed digit `7`, I'm pretty sure you should set value of your input field without it in mind i.e. if you want the result to be...