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

Fix is-disabled styles overriding custom styles set by children #104

Closed Mykybo closed 1 year ago

Mykybo commented 1 year ago

Summary

Fixes is-disabled styles overriding custom styles set by user in children.

Also reported by another user in: https://github.com/KarimMokhtar/react-drag-drop-files/issues/98

Key Changes

Fixes broken css styling when input is disabled and user is using children.

Check List