mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
fix(file-uploader): update clearFiles
accessor description
This commit is contained in:
parent
25d28a9c4d
commit
ee0fc1c6d2
4 changed files with 16 additions and 16 deletions
|
@ -3503,7 +3503,7 @@
|
|||
{
|
||||
"name": "clearFiles",
|
||||
"kind": "const",
|
||||
"description": "Override the default behavior of clearing the array of uploaded files",
|
||||
"description": "Programmatically clear the uploaded files",
|
||||
"type": "() => void",
|
||||
"value": "() => { files = []; }",
|
||||
"isFunction": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue