FileSelectComponent
Represents the Kendo UI FileSelect component for Angular.
<kendo-fileselect> </kendo-fileselect>
Selector
kendo-fileselect
Export Name
Accessible in templates as #kendoFileSelectInstance="kendoFileSelect"
Inputs
Name | Type | Default | Description |
---|---|---|---|
accept |
|
Sets the | |
disabled |
|
|
Disables the component. |
multiple |
|
|
Allows you to select multiple files.
When you set this to |
name |
|
Specifies the | |
restrictions |
|
Sets the restrictions for selected files. | |
showFileList |
|
|
Controls the visibility of the file list. |
tabindex |
|
|
Sets the |
zoneId |
|
Sets the |
Events
Name | Type | Description |
---|---|---|
blur |
|
Fires when you navigate outside the component. |
focus |
|
Fires when you focus the component. |
remove |
|
Fires when you are about to remove a file. If you prevent this event, the file will remain in the list. |
select |
|
Fires when you select files. If you prevent this event, the component will not add the selected files to the list. |
valueChange |
|
Fires when the component value changes after a successful |
Methods
blur |
---|
Blurs the component if you previously focused it. |
clearFiles |
---|
Clears all files from the UI. |
focus |
---|
Focuses the component's Select files button. |
removeFileByUid | ||||||
---|---|---|---|---|---|---|
Removes a specific file from the file list. | ||||||
|