KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

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

Closed cimslab closed 10 months ago

cimslab commented 10 months ago

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 commented 10 months ago

Sorry, I just saw that it was solved in a different opened issue (#95 ): https://github.com/KarimMokhtar/react-drag-drop-files/issues/95