RobinHerbots / Inputmask

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

Email mask for more then one email address #2558

Open TetyanaSergata opened 2 years ago

TetyanaSergata commented 2 years ago

Request: It will be really great and useful to have a new email mask to use in case of multiple email and with some kind of separator like a commas. Thanks

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.