RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.4k stars 2.17k forks source link

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

Open axettone opened 3 years ago

axettone commented 3 years ago

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

RobinHerbots commented 2 years ago

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.