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

Allow <input type="file"> without event handlers to open web view file dialog on Desktop #2134

Merged
merged 2 commits into from
Mar 24, 2024

Conversation

matteron
Copy link
Contributor

This add no real benefit other than hopefully prevent confusion in the future.

Currently, clicking an input with type file without any attached event handlers will cause the event to just get swallowed. This just lets the event propagate like normal in those cases.

This seems intentionally disabled at some point, but seems to behave normally now, so I figured might as well.

@jkelleyrtp
Copy link
Member

Thanks for the contribution :) looks good

@jkelleyrtp jkelleyrtp merged commit 266551e into DioxusLabs:main Mar 24, 2024
8 of 9 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.

2 participants