react-drag-drop-files
react-drag-drop-files copied to clipboard
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...
Hi, I am new in frontend, first thanks for your library, its so handy. I have tried to change the size of the dropzone and icon but it does not...
Hi, I noticed the first two images take a long time to upload, about 7/8 seconds each. I've seen the same problem happen in the demo on [codesandbox](https://codesandbox.io/s/react-drag-drop-files-sghbp) as well....
### Summary The typescript output was actually just `es` code output, not types. This fixes it so that the output is the actual declarations. #### Key Changes - Change build...
Hi, I don't see any way to add `aria` tags to the `` element. I need to add tags like: `aria-required` `aria-describedby` `aria-invalid` Is there a workaround? Or should I...
First things first: thank you for developing an awesome component for react. Unfortunately I noticed that FileUploaded ([email protected]) doesn't work on iOS 15, mobile safari 15. Could you please advice...
### Summary [What does this PR introduce?] Upgraded styled-components package to fix snyk vulnerable issue. Vulnerable module : @babel/traverse Introduced through : [email protected] > [email protected] > [email protected] > @babel/[email protected] Fixed...
Hey! 👋🏼 Thanks a lot for implementing such a time-saver library! When `multiple` prop is set to a falsy value, it is guaranteed to have exactly 1 file. However the...
Thanks for this easy-to-use library. Recently, I tried to use this component in file upload modal. You can see an issue here. When you close the modal, the component still...
The only thing that stops me from using this library is the bad typescript types
I'm trying to use `FileUploader` with Remix.js. Selecting files in dialog works fine, but drag and drop submits this to my Remix.js `action`: ``` { size: 0, type: 'application/octet-stream', name:...