Skip to content

TextInput

Component | Source Code

extends InputProps

Props Inheritance Hierarchy: Omit<ComponentPropsWithRef<“input”>, “children”> -> InputProps

A wrapper for the base input component with a default type of "text". Useful for single line text input. If you want to allow multiple lines of input, try using MultilineTextInput.

Handler for when the user attempts to change the input.