Variable: FileInput
constFileInput:ForwardRefExoticComponent<FileInputProps&RefAttributes<InputRefType|null>>
Defined in: components/Form/FileInput/index.tsx:32
Component
FileInput
Description
A file input component that wraps TextInput and provides file selection functionality.
Param
props
The component props.
Param
ref
The forwarded ref to the input element.
Returns
The rendered FileInput component.
Example
<FileInput label="Upload File" name="document" />