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

feat: Add in typeErrorLabel for custom message on fileTypeError. #129

Closed CHE-11 closed 11 months ago

CHE-11 commented 1 year ago

Summary

Add a type error label. If the user drops a file in that doesn't meet the fileTypes, show a custom error message.

Key Changes

Check List