Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select multiple files? #11

Open
toqduj opened this issue Dec 11, 2019 · 4 comments
Open

select multiple files? #11

toqduj opened this issue Dec 11, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@toqduj
Copy link

toqduj commented Dec 11, 2019

Would it be possible to add support for multiple file selection (i.e. using command-click or shift-click?)

@crahan
Copy link
Owner

crahan commented Dec 11, 2019

Hi @toqduj, thanks for the suggestion. Unfortunately, the way things are currently implemented it's not something I can easily implement. I will leave the issue in place for future reference though.

@crahan crahan added the enhancement New feature or request label Dec 11, 2019
@crahan crahan self-assigned this Dec 11, 2019
@toqduj
Copy link
Author

toqduj commented Dec 12, 2019

Alright, no worries, and thanks for the nice interface so far! (now using it to select directories, and letting glob take care of selecting the matching files...

@giswqs
Copy link

giswqs commented Jun 11, 2021

I was also looking for a solution for 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:opengeos/whiteboxgui#8

https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#SelectMultiple
image

@crahan
Copy link
Owner

crahan commented Jun 11, 2021

That's actually a very interesting workaround for this. Thanks @giswqs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants