Examples of the Multiple-Email-Input (MeiMei) library

Share Board name with others

More MeiMei on same page

This example triggers a console.log() function on add and remove through optional properties. Only counts valid emails. See source for config.

Multiple inputs

It is possible to add multiple MeiMei with the class selector:
var inputContainerNode3 = document.querySelectorAll('.emails-input3');
var emailsInput3 = MeiMei(inputContainerNode3);