Import
Basic Usage
Key Features
- Seamless integration with Field component
- Controlled and uncontrolled modes
- Full native input element support
- Automatic validation integration
- Custom value change handler
Key Props
value
Type:string
The value of the input. Use with onValueChange for controlled mode.
defaultValue
Type:string
The default value of the input. Use for uncontrolled mode.
onValueChange
Type:(value: string, eventDetails: ChangeEventDetails) => void
Callback fired when the value changes.
All Native Input Props
The Input component accepts all standard HTML input attributes:type- Input type (text, email, password, etc.)placeholder- Placeholder textdisabled- Whether the input is disabledrequired- Whether the input is requiredmaxLength- Maximum length- And all other native input props
Styling
- Tab Title
- Tab Title