Hi, I think that it would be useful to add disable attribute to dropzone.
There are certainly cases in which you want just disable dropzone, but in current situation you have to remove dropzone entirely and then append it again to achieve this effect.
That sounds like a good opportunity for a PR! Please feel free to create it and let's continue discussion there.
Closing of inactivity
+1 for disable
Hello,
My workaround was changing a bit the style of the div parent:
pointer-events: IsDisabled ? "none" : "auto"
where IsDisabled is a boolean flag
Most helpful comment
+1 for disable