-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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('@', '\\@') + "']");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels