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

Can't pick directory in Dialog #1151

Closed
Antreesy opened this issue Dec 26, 2023 · 0 comments · Fixed by #1192
Closed

Can't pick directory in Dialog #1151

Antreesy opened this issue Dec 26, 2023 · 0 comments · Fixed by #1192
Labels
bug Something isn't working file picker
Milestone

Comments

@Antreesy
Copy link

Component is used as per below:

		<FilePickerVue :name="filePickerName"
			:buttons="filePickerButtons"
			allow-pick-directory />

When trying to pick a directory by clicking on Checkbox, directory is opened instead:
image

Maybe this line should prevent event bubbling?

@click.stop="/* just stop the click event */"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working file picker
Projects
None yet
2 participants