An input value.
A handler that updates state in response to various input events.
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.
OptionalonA handler that is called when the element loses focus.
OptionalonA callback invoked when the input 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.
The input value.
Props for the useFormattedInput hook.