A selected value.
OptionalidAn ID that uniquely identifies the select control.
OptionalisIf true, the element is auto-focusable within a focus scope.
OptionalisIf true, hover interactions are disabled.
OptionalisIf true, the control is marked as invalid.
OptionalonA handler that is called when the element loses focus.
A callback invoked when the selected value changes.
OptionalonA handler that is called when the element receives focus.
OptionalonA handler that is called when the element's focus state changes.
true if the element is focused.
OptionalonA handler that is called when the element receives focus and focus should be visible.
OptionalonA handler that is called when the hover state changes.
true if the element is hovered.
OptionalonA handler that is called when a hover interaction ends.
OptionalonA handler that is called when a hover interaction starts.
OptionalonA callback invoked when the open state of the select popover changes.
true if the select popover should be visible.
OptionalonA handler that is called when the press is released over the target.
OptionalonA handler that is called when the pressed state changes.
true if the element is pressed.
OptionalonA handler that is called when a press interaction ends, either over the target or when the pointer leaves the target.
OptionalonA handler that is called when a press interaction starts.
The currently selected value.
Props for the useSelect hook.