[TagsInput
] Allow more than one delimiter
#3150
carlgunderson
started this conversation in
Ideas
Replies: 0 comments
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
delimiter
on theTagsInput
component? 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
onPaste
handler (controlled component withvalue
prop):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