Optionalaria-Optionalaria-Identifies the element (or elements) that provide a detailed, extended description for the object.
Optionalaria-Defines a string value that labels the current element.
Optionalaria-Identifies the element (or elements) that labels the current element.
OptionalautoWhether to auto focus the listbox or an option.
OptionalchildrenThe contents of the collection.
OptionalclassThe CSS className for the element. A function may be provided to compute the class based on component state.
OptionaldefaultThe initial selected keys in the collection (uncontrolled).
OptionaldependenciesValues that should invalidate the item cache when using dynamic collections.
OptionaldirOptionaldisabledThe item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.
OptionaldisallowWhether the collection allows empty selection.
OptionaldragThe drag and drop hooks returned by useDragAndDrop used to enable drag and drop behavior for the ListBox.
OptionalescapeWhether pressing the escape key should clear selection in the listbox or not.
Most experiences should not modify this option as it eliminates a keyboard user's ability to easily clear selection. Only use if the escape key is being handled externally or should not trigger selection clearing contextually.
OptionalhiddenOptionalidThe element's unique identifier. See MDN.
OptionalinertOptionalitemsItem objects in the collection.
OptionallangOptionallayoutWhether the items are arranged in a stack or grid.
OptionalmaxOptionalmaxOptionalonHandler that is called when a user performs an action on an item. The exact user event depends on
the collection's selectionBehavior prop and the interaction modality.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the element loses focus.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the element receives focus.
OptionalonHandler that is called when the element's focus status changes.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the selection changes.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalorientationThe primary orientation of the items. Usually this is the direction that the collection scrolls.
OptionalplaceholderOptionalplacementOptionalrenderProvides content to display when there are no items in the list.
OptionalselectedThe currently selected keys in the collection (controlled).
OptionalselectionHow multiple selection should behave in the collection.
OptionalselectionThe type of selection that is allowed in the collection.
OptionalshouldWhether options should be focused when the user hovers over them.
OptionalshouldWhether focus should wrap around when the end/start is reached.
OptionalshouldWhether selection should occur on press up instead of press down.
OptionalslotA slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null value indicates that the local props completely override all props received from a parent.
OptionalstyleThe inline style for the element. A function may be provided to compute the style based on component state.
OptionaltranslateOptionalvirtualized
Identifies the element (or elements) that describes the object.