listbox constant

String const listbox

A widget that allows the user to select one or more items from a list of choices. See related combobox and list.

Items within the list are static and, unlike standard HTML select elements, may contain images. List boxes contain children whose role is option.

To be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listbox_role

Implementation

static const String listbox = 'listbox';