InputProps Interface
Properties for the Input component
Extends
- InputHTMLAttributes<HTMLInputElement>
- CommonProps
Methods
Name | Description | |
---|---|---|
nativeKeyHandler(e: KeyboardEvent): void Optional |
Properties
Name | Type | Description | |
---|---|---|---|
ref | undefined | Ref<HTMLInputElement> | Provides ability to return reference to HTMLInputElement | |
setFocus | undefined | boolean | Indicates whether to set focus to the input element |
Defined in
Last Updated: 11 June, 2024