Robin Herbots
Robin Herbots
@BerkerYuceer , When using the latest version. https://jsfiddle.net/robinherbots/kbg7to0y/4/
@andreaguru , The option is removed. When there is enough interest, I can add the option back at a later time.
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.
Hi @Programmer359 , Can you create a jsfiddle or alike for it.
@Programmer359 , Why do you remove the mask on submit? You can use the removeMaskOnSubmit option for that. Anyway I should add an extra check to prevent the error.
@ShabanNasr , Implementing real rtl support isn't trivial, but I will have a try. But this will be for version 4.1
@someden, Let's create a new issue for this.
@Skipperwastaken , Support for unicode categories is added. See v5.0.8-beta.41
@rafaelmerini1, There is a problem in 5.0.7-beta.18, ... use beta 19 instead. I know you use rawgit and the latest but apparently it is still pointing to beta 18
@andriireblian , You will need to make the extra character optional or work with an alternating mask. Something like ``` Inputmask( { mask: "99 99 99 99[9]", greedy: true }).mask("#test2");...