[TagsInput] Allow more than one delimiter
#3150
Closed
carlgunderson
started this conversation in
Ideas
Replies: 1 comment
-
|
Closing — the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a reason you can only specify a single
delimiteron theTagsInputcomponent? It would be a useful UX improvement if you could specify several, as either a regex, array, or something likedelimiter={ ',' || ' ' || '\n' }.For now I came up with my own
onPastehandler (controlled component withvalueprop):This seems like a small but useful UX improvement considering user behavior when pasting in lists of text from external sources.
Beta Was this translation helpful? Give feedback.
All reactions