File
A specialized input component for handling file uploads. It extends the base Input component with file-specific functionality.
Usage
The File component inherits all functionality from the base Input component.
Events
| Event | Type | Description |
|---|---|---|
| files | FileList | Emitted when files are selected, providing the FileList object |