Base list component for displaying a vertical collection of items with keyboard
navigation and selection support.
Since ariaActiveDescendant is used for focus management, the list container
is focused rather than individual items. Use :state(focused) in CSS to style
focused items.
Properties
Name
Type
Default
Description
noFocusControl
Boolean
false
Disables automatic focus management via ariaActiveDescendant.