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

Adding aria tags #87

Open hepiyellow opened 1 year ago

hepiyellow commented 1 year ago

Hi,

I don't see any way to add aria tags to the <input/> element.

I need to add tags like: aria-required aria-describedby aria-invalid

Is there a workaround?

Or should I make a PR for it?

KarimMokhtar commented 1 year ago

Hi @hepiyellow unfortunately there is no work around so please create a PR for that.