Skip to content

Fixes issue with the file dialog showing only folders and not files #4177

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jjvn84
Copy link
Contributor

@jjvn84 jjvn84 commented May 23, 2025

Fixes issue with the file dialog showing only folders and not files when the element has no "accept" attribute. If the "accept" attribute is None, it changes it to ".*", which instructs the file dialog to show files with all possible extensions.
Also changes the filter's name in the file dialog to show a list of acceptable extensions.

Partially fixes #3439

…hen the <input> element has no "accept" attribute.
@jjvn84 jjvn84 requested a review from a team as a code owner May 23, 2025 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File dialog issues on Linux desktop
1 participant