Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

Feature request: multiple email separated by commas (with spaces)

Open axettone opened this issue 3 years ago • 1 comments

Is it possible to add another mask for a field containing 1+ email addresses separated by commas (with spaces)? Thank you.

axettone avatar Oct 12 '21 19:10 axettone

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.

RobinHerbots avatar Dec 14 '21 13:12 RobinHerbots