Optional
autoWhat permission the user agent has to provide automated assistance in filling out form field values, as well as guidance to the browser as to the type of information expected in the field.
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 an input is marked as invalid.
Optional
isIf true
then a text input is treated as a textarea element.
Optional
onA handler that is called when the element loses focus.
A handler that is called when an input text value is changed.
An input text 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.
An input text value.
Props of the useTextInput hook.