Inputmask
Inputmask copied to clipboard
Feature request: multiple email separated by commas (with spaces)
Is it possible to add another mask for a field containing 1+ email addresses separated by commas (with spaces)? Thank you.
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.