-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New component: ListboxControl #65801
Copy link
Copy link
Open
Labels
Design SystemIssues related to the system of combining components according to best practices.Issues related to the system of combining components according to best practices.Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Package] Components/packages/components/packages/components[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Metadata
Metadata
Assignees
Labels
Design SystemIssues related to the system of combining components according to best practices.Issues related to the system of combining components according to best practices.Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Package] Components/packages/components/packages/components[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
StatusShow more project fields
No status
StatusShow more project fields
🏗️ In Progress
Listboxes can be used as controls in their own right, and also power more complex components like Comboboxes and Autocomplete inputs.
Listbox Item
This is the atomic element that makes up the majority of the Listbox component. It can appear as either a checkbox for multi-select listboxes or a radio for single-select listboxes. In the multi-select variant the checkbox is not a checkbox input, merely an element styled to look like one.
Listbox
Listbox is comprised of several elements; notably:
ListboxControl
ListboxControl is the consumable component. It follows the same format as similar components by providing layout and optional elements like a label and help text. Here's a video demonstration of the assembled component:
listbox.mp4