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
// this callback is called when the selection is cleared
260
+
console.log('onClear');
261
+
},
262
+
});
263
+
}
264
+
```
265
+
266
+
`useImperativePicker` hook also accepts the callbacks listed above. Additionally, it accepts the `onFileRemoved` callback, which is called when a file is removed from the list of selected files.
0 commit comments