ListBox
The ListBox component is used to display data.
View source codeSummary
Specification | Value |
---|---|
Aria Role | listbox |
Accessibility name | prop aria-label |
Option
- Each option container has the
option
role - Each option is given an accessible name when the parameter
titleId
is assigned
Keyboard Interaction
Key | Action |
---|---|
Down Arrow | Moves focus to the next option |
Up Arrow | Moves focus to the previous option |
Home | Moves focus to first option |
End | Moves focus to last option |