|
@validationField
|
string
|
Yes
|
The field name in the changeset for validation
|
|
@changeset
|
ImmerChangeset
|
Yes
|
The changeset object for form validation
|
|
@label
|
string
|
No
|
The label for the input field
|
|
@placeholder
|
string
|
No
|
Placeholder text shown in the dropzone area
|
|
@disabled
|
boolean
|
No
|
Whether the input field is disabled
|
|
@mandatory
|
boolean
|
No
|
Whether the file upload field is mandatory
|
|
@onChange
|
function
|
No
|
The action to be called when the file selection changes
|
|
@disableDownload
|
boolean
|
No
|
Whether the download button is disabled
|