You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does upload care have an API where it fires a callback when clicking delete button specific items? Also I couldn't find a callback for "Remove All" button as well.
Something like this?
<WidgetonRemove={(files)=>{const{ id, index, name, data }=files[0]// ...}}>
The text was updated successfully, but these errors were encountered:
Seems like this is the way, However it only returns the index, is it possible to return both the item (like in fileColl.anyDoneList.add) and the index?
Question
Does upload care have an API where it fires a callback when clicking delete button specific items? Also I couldn't find a callback for "Remove All" button as well.
Something like this?
The text was updated successfully, but these errors were encountered: