Open jgibson02 opened 3 years ago
Super valid. Some thoughts:
max-displayed-chips
(?), any chips after which are appended to a “+n” chip. Here's my design for this!
Was thinking the "Select all" label could be authored however the terminology seems fit. Same with the "all items" chip
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?
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
Related combobox
issues with select all: #2162, #3074, #4738
Reassigning to June for design considerations prior to development.
Updated issue title and request to scope to Combobox.
Proposing a new select-all
prop for Combobox. Full designs and context with other issues from epic #6720 are available in this Figma file.
Designs also include updates to selection icons and hover states related to work from #7181. Calcite Icons v3.24.2 is required.
cc @geospatialem, @brittneytewks
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.