OptionalautoSpecifies what permission the user agent has to provide automated assistance in filling out the field, and what type of information is expected.
OptionalidAn ID that uniquely identifies the text input.
OptionalisIf true, the element is auto-focusable within a focus scope.
OptionalisIf true, hover interactions are disabled.
OptionalisIf true, the input is marked as invalid.
OptionalisIf true, the text input is treated as a textarea element.
OptionalonA handler that is called when the element loses focus.
A callback invoked when the input text value changes.
The new input text value.
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.
The input text value.
Props for the useTextInput hook.