Hi!
I am using this component and I would like to suggest a correction.
When an email with dot is inserted (example: "roberta.t@email.com"), the dupEmailCheck validation fails.
Replace the line 109 with:
var existingElement = $list.find(".email_name[data-email='" + arr[i].toLowerCase().replace('.', '\\.').replace('@', '\\@') + "']");
Hi!
I am using this component and I would like to suggest a correction.
When an email with dot is inserted (example: "roberta.t@email.com"), the dupEmailCheck validation fails.
Replace the line 109 with:
var existingElement = $list.find(".email_name[data-email='" + arr[i].toLowerCase().replace('.', '\\.').replace('@', '\\@') + "']");