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
I think the combo box could accept a prop with the character(s) that would trigger an entry creation. It is very common in those inputs to trigger with the , (comma).
The interface would look like this:
<EuiComboBoxdelimiter=","/>
The supported behaviors would be:
Entering a comma will behave as if the user has hit Enter, and a new option based on the user input will be created.
Pasting any values into the combo box will be split on the delimiter, and valid values will be converted into options. Invalid values will be left as a string in the input.
The user can click a "Copy" icon, which will copy a delimited string of the pill values to the clipboard. The user can highlight all and copy as a delimited string
The text was updated successfully, but these errors were encountered:
Per #1307 (comment):
The interface would look like this:
The supported behaviors would be:
The user can click a "Copy" icon, which will copy a delimited string of the pill values to the clipboard.The user can highlight all and copy as a delimited stringThe text was updated successfully, but these errors were encountered: