FileSelectComponent
Selector
kendo-fileselect
Export Name
Accessible in templates as #kendoFileSelectInstance="kendoFileSelect"
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
accept | string | Sets the | |
disabled | boolean | Disables the FileSelect.
The default value is | |
multiple | boolean | Enables the selection of multiple files
(see example).
If set to | |
showFileList | boolean | Toggles the visibility of the file list. | |
tabindex | number | Specifies the | |
zoneId | string | Specifies the id of the external drop zone to associate with the FileSelect. | |
name | string | Sets the | |
restrictions | Sets the restrictions for selected files. |
Events
NAME | TYPE | DESCRIPTION |
---|---|---|
blur | EventEmitter<any> | Fires when the user navigates outside the component. |
focus | EventEmitter<any> | 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 | EventEmitter<File[]> | 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. |
Parameters | ||
---|---|---|
uid | string |