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
248 stars 91 forks source link

feat: accept attribute for input tag #24

Closed lukeflima closed 2 years ago

lukeflima commented 2 years ago

Added accept attribute for input tag so it only list specified types.

KarimMokhtar commented 2 years ago

Hello @lukeflima , I want to thank you so much for your contribution :) I just have one point for you, Could you please change the merge branch to "dev" instead of "main"? Thank you so much.

lukeflima commented 2 years ago

Done!