Yuvaleros / material-ui-dropzone

A Material-UI file upload dropzone
MIT License
483 stars 248 forks source link

disableRejectionFeedback ignored #323

Open jarbot opened 2 years ago

jarbot commented 2 years ago

Bug Report

I'm trying to use disableRejectionFeedback to disable validation on the front-end. I need my back-end to handle this for alerting and customer support reasons.

Describe the bug

Setting disableRejectionFeedback = true does not disable rejection feedback

Steps to reproduce

set disableRejectionFeedback = true and then upload a file that is too large or the wrong type

Expected behavior

File continues to upload despite rejection

Versions

"material-ui-dropzone": "3.5.0"