
Anatomy
The Listbox consists of four primary elements that work together to allow users to select one or more items from a list of options.
- Option
- Group divider
- Group header
- Selected option
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Listboxes allow a user to select one or more items from a list of options.


| Key | Description |
|---|---|
| Tab | Moves to the next tab-able element outside of the Listbox. |
| Arrow keys | Navigates through the available list items |
| Space | Activates or deactivates the focused Listbox item. |
| Home | Moves focus to the first item in the Listbox. |
| End | Moves focus to the last item in the Listbox. |
| Printable character | Moves focus to the next item that has the character typed. If multiple characters are typed quickly (<750ms), focus moves to the next item with that combination of characters. If the next character takes longer than 750ms, focus is moved to the next item that starts with the new character typed. |
Was this page helpful?