Skip to content

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
@jkelleyrtp
Copy link
Member

Thank you! We still need to fix the other half of the original issue as well as the associated windows bug.

@jkelleyrtp jkelleyrtp merged commit e086d67 into DioxusLabs:main Jun 20, 2025
19 checks passed
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
3 participants