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