olahol / react-tagsinput

Highly customizable React component for inputing tags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we add email validation so It only allow to enter email while making tags

muffrank opened this issue · comments

must be a stupid question but I wanted to ask is its allow me to add email validation because I need to add email tags.

Done this by this key
validationRegex={/^[a-zA-Z0-9.!#$%&'*+/=?^_{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$/}`