Clear button on individual pills/clear all button in multiselect ComboBox #2215
Labels
css
Needs change in css package
enhancement
New feature or request
react
Needs change in react package
Feature
We are using the ComboBox in Pineapple and would like to request the ability to clear selected items without having to scroll the list to find them. If there are lots of options in the ComboBox, this can become cumbersome for the user to find/deselect the item.
Additionally, we'd like to request the ability to clear the ComboBox entirely in one click without having to deselect each item. I've put some examples on how react-select works that would be ideal for our use.
Examples
Include a close or "x" button on each "pill" that appears when multiple items are selected. This example is from react-select:
Also include a close or "x" button to the far right of the component that clears all selected elements. This example is also from react-select:
The text was updated successfully, but these errors were encountered: