RobinHerbots / Inputmask

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

Request: add multiple email addresses in input mask #2559

Open gespo14 opened 2 years ago

gespo14 commented 2 years ago

I have the necessity to insert more then one email address in input mask, separated by 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.