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

Feature request: required prop & focus indicator #93

Closed KieranGreenwood closed 1 year ago

KieranGreenwood commented 1 year ago

It would be great if basic required validation was added. E.g:

<FileUploader required={isRequired} />

The CSS changes mean:

KarimMokhtar commented 1 year ago

fixed in version 2.3.9