You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thanks for open sourcing such a useful a nicely done component.
We have a scenario in multi mode where a user can create a new tag, but only if it is a valid email address. I would like to introduce a new allowCreateRule props that expects a function which would trigger the Add "newTag"? prompt only when matched.
Are there already any similar plans? Is this something you would consider merging? Do you have any advice?
Thanks in advance for your feedback.
The text was updated successfully, but these errors were encountered:
While trying to implement this allowCreateRule I realized it wasn't necessary and could be achieved with the current API. Here is my solution for reference:
Hello, and thanks for open sourcing such a useful a nicely done component.
We have a scenario in
multi
mode where a user can create a new tag, but only if it is a valid email address. I would like to introduce a newallowCreateRule
props that expects a function which would trigger theAdd "newTag"?
prompt only when matched.Are there already any similar plans? Is this something you would consider merging? Do you have any advice?
Thanks in advance for your feedback.
The text was updated successfully, but these errors were encountered: