File dropzone
A drag-and-drop field for selecting and uploading files, supporting file type restrictions, multiple file selections, validation for required fields, and minimum or maximum size.
File Dropzone can also parse text-based files like JSON, CSV, and Excel spreadsheets. The maximum size for uploaded files can be configured.
Methods
Method | Description |
---|---|
| sets data for the component |
| enables or disables the component |
| resets the component to the initial value |
| triggers component's validation |
| resets the validation |
| sets focus on the component |
| sets component's required state |
Triggers
Triggers allow you to launch certain actions based on different events.
On Init | Calls for an action on component initialization, e.g., page refresh |
On Change | Calls for an action when a component's state changes |
Last updated