I am using a multiselect to allow user to enter multiple email addresses. The multiselect may be initialized with zero or more emails. The multiselect allows custom values. When a new email is entered, I would like that specific email address to be validated (probably regex for now), and if found invalid just the email/item would be highlighted red. Is there a way to natively do this?
We have some example sub-repo's in our Retool public Github repo that could potentially work for such an open source community repo.
I will be talking to our eng team about their thoughts on this. I am very curious about who would get pinged if one of you were to make a PR to that repo with such an custom component