-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Select all for combobox #2311
Comments
Super valid. Some thoughts:
|
I think we'll want to re-evaluate the above design - I also don't think this is valid for Dropdown. The screenshot workflow in OP is valid for Combobox as shown, but likely also Pick List as described. @asangma do you have thoughts on select / deselect workflow in pick List? Do we want to separate this out to scope the enhancements to Combobox from those to Pick List? |
I think separate issues would be good. Do we also need to include the value list too? cc @benelan |
Reassigning to June for design considerations prior to development. |
Description
Provide a way to include a "select all/none" button for
a pick-listComboboxAcceptance Criteria
Relevant Info
Which Component
pick-listComboboxExample Use Case
In ArcGIS Velocity we have a page with a data grid for items with a dropdown filter for item status (currently a calcite-react
MultiSelect
):We decided to add a "select all/none" button to the list since it's common for a user to want to quickly filter down to a single/few status types but then want to go back to seeing everything.
The text was updated successfully, but these errors were encountered: