-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[bug] dialog.open + multiple + directory can only return one directory #4091
Comments
The dialog upstream crate doesn't support this. |
I come from Electron, and their their Opening a feature request upstream should probably be the best then, thanks for the pointer! |
@FabianLars This should hopefully work out of the box without any change to Tauri! |
Unfortunately it won't work out of the box -- the API is designed with fn names, not boolean params. I'm working on a PR. |
Describe the bug
only allows you to select a single directory.
Screen.Recording.2022-05-09.at.19.11.20.mov
Reproduction
dialog
in tauri configExpected behavior
It should allow the user to select multiple directories at once :]
Platform and versions
The text was updated successfully, but these errors were encountered: