FileSelectComponent
Selector
kendo-fileselect
Export Name
Accessible in templates as #kendoFileSelectInstance="kendoFileSelect"
Inputs
Name | Type | Default | Description |
---|---|---|---|
accept |
|
Sets the | |
disabled |
|
Disables the FileSelect.
The default value is | |
multiple |
|
Enables the selection of multiple files
(see example).
If set to | |
name |
|
Sets the | |
restrictions |
|
Sets the restrictions for selected files. | |
showFileList |
|
Toggles the visibility of the file list. | |
tabindex |
|
Specifies the | |
zoneId |
|
Specifies the id of the external drop zone to associate with the FileSelect. |
Events
Name | Type | Description |
---|---|---|
blur |
|
Fires when the user navigates outside the component. |
focus |
|
Fires when the component is focused. |
remove |
|
Fires when a file is about to be removed. If prevented, the file will remain in the list. |
select |
|
Fires when files are selected. If prevented, the selected files will not be added to the list. |
valueChange |
|
Fires when the value of the component has changed as a result of a successful |
Methods
clearFiles |
---|
Visually clears all files from the UI. |
focus |
---|
Focuses the underlying input element. |
removeFileByUid | ||||||
---|---|---|---|---|---|---|
Removes specific file from the file list. | ||||||
|