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
Is there a possibility to auto select all existing options from a pasted text, that is separated with a comma.
You can do it with the option "allowAdditions" set on "true" but that adds non-existing dropdown options.
Example
Dropdown with following options:
One
Bla
Some
Other
Thing
Text to paste into the dropdown "One, other, some"
Should result in automatically selection of "One", "Some" and "Other"
The text was updated successfully, but these errors were encountered:
That works perfectly indeed if the given pasted text contains the values of the options but not when it contains the labels (sorry my fault I didn't mentioned this in the above issue).
Feature Request
Is there a possibility to auto select all existing options from a pasted text, that is separated with a comma.
You can do it with the option "allowAdditions" set on "true" but that adds non-existing dropdown options.
Example
Dropdown with following options:
Text to paste into the dropdown "One, other, some"
Should result in automatically selection of "One", "Some" and "Other"
The text was updated successfully, but these errors were encountered: