Optional
idAn ID that uniquely identifies a text input.
Optional
isIf true
then element is auto-focusable inside a focus scope.
Optional
isIf true
then hover events are disabled.
Optional
isIf true
then a control is marked as invalid.
Optional
onA handler that is called when the element loses focus.
A handled that is called when selected value is changed.
A new selected value.
Optional
onA handler that is called when the element receives focus.
Optional
onA handler that is called when the element's focus status changes.
true
if an element is focused.
Optional
onA handler that is called when the element receives focus that must be visible to a user.
Optional
onA handler that is called when the hover state changes.
true
if an element is hovered.
Optional
onA handler that is called when a hover interaction ends.
Optional
onA handler that is called when a hover interaction starts.
Optional
onA handler that is called when a select popover opened state is changed.
true
if a select popover must be visible to a user.
Optional
onA handler that is called when the press is released over the target.
Optional
onA handler that is called when the press state changes.
true
if an element is pressed.
Optional
onA handler that is called when a press interaction ends, either over the target or when the pointer leaves the target.
Optional
onA handler that is called when a press interaction starts.
A selected value.
Props of the useSelect hook.