New to Kendo UI for Vue? Start a free 30-day trial
PromptBoxUploadButtonProps
Updated on Mar 30, 2026
Represents the props of the PromptBoxUploadButton component.
| Name | Type | Default | Description |
|---|---|---|---|
accept? |
|
The file types that can be selected. | |
multiple? |
|
Whether multiple files can be selected. | |
onRemoveAttachment? |
|
Fires when the user removes an attachment by clicking the remove button. | |
onSelectAttachments? |
|
Fires when the user selects files via the upload button. | |
restrictions? |
|
Restrictions on the files that can be uploaded. |