-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
