Ability to use delimiter
without allowing creation
#927
carissableker
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.
-
Currently it is only possible to paste a list of delimiter-separated items or type multiple items separated by the delimiter in a multi-selection control allowing creation (docs).
I would like to enable pasting multiple items, without creating new items that aren't in the initial list of options (e.g. they can be silently discarded).
Is there a limit in the implementation that prevents this?
As a work around, is it possible to pass a
create
function, that does not actually create the item?Beta Was this translation helpful? Give feedback.
All reactions