-
-
Notifications
You must be signed in to change notification settings - Fork 24
Add support for selecting multiple files #8
Copy link
Copy link
Open
Labels
Description
Currently, ipyfilechooser only allows selecting a single file. Some tools requires a file list (i.e., selecting multiple files). One potential workaround I can think of is to use a SelectMultiple widget and push ipyfilechooser.selected to the widget with register_callback. Related issue: crahan/ipyfilechooser#11
https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#SelectMultiple

Reactions are currently unavailable