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

Is it possible to prevent the file input on click but that it still works on dragging in files? #133

Closed
cimslab opened this issue Nov 9, 2023 · 1 comment

Comments

@cimslab
Copy link

cimslab commented Nov 9, 2023

for example something like this:
onClick={(e) => e.preventDefault()}
(this solution did not work)

If I do CSS event
pointer-events: none;

I cannot drag in files either

Thanks!

@cimslab
Copy link
Author

cimslab commented Nov 9, 2023

Sorry, I just saw that it was solved in a different opened issue (#95 ):
#95

@cimslab cimslab closed this as completed Nov 9, 2023
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

No branches or pull requests

1 participant