-
-
Notifications
You must be signed in to change notification settings - Fork 463
[combobox][select] List header with "Select all visible" #4927
Copy link
Copy link
Open
Labels
component: comboboxChanges related to the combobox component.Changes related to the combobox component.component: selectChanges related to the select component.Changes related to the select component.has workaroundThere’s a bug, but users have a complete workaround, so no urgent fix or release is needed.There’s a bug, but users have a complete workaround, so no urgent fix or release is needed.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Metadata
Metadata
Assignees
Labels
component: comboboxChanges related to the combobox component.Changes related to the combobox component.component: selectChanges related to the select component.Changes related to the select component.has workaroundThere’s a bug, but users have a complete workaround, so no urgent fix or release is needed.There’s a bug, but users have a complete workaround, so no urgent fix or release is needed.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Fields
Give feedbackNo fields configured for issues without a type.
Feature request
Summary
I'd like to request support for a built-in way to render a "Select all visible" option so selecting mutlitple options can be done with 1 click on top pinned item in Combobox list.
My suggestion is to add new components - ListHeader and SelectAll so usage may look like this:
Examples in other libraries
Prime React
Motivation
I'm trying to create a combobox with top pinned option that changes selection for all visible options.
I was able to achive that behaviour with controlled api and some additional context, but I think it would be nice to have same functionality out of the box and for uncontrolled component as well.