-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not passing all possible props to ReactDropzone #1116
Comments
When @kevinch created this component, it was just to meet the need in that context. I already needed some features that I don't have either:
which are you currently needing @estacioneto? |
There is an event for when the file is removed 🤔 ( |
I said wrong, sorry. I meant that I need an event to remove the files. Because currently it is only possible to remove files if you click the button. |
It would be possible if the file list was handled outside the component. And it would be great, actually 😅 |
Describe the bug
That's it. I cannot be able to pass, for example,
minSize
andmaxSize
to theReactDropzone
via Styleguide.To Reproduce
Try to use any of the ReactDropzone validations
Expected behavior
Validate
minSize
,maxSize
and others.Screenshots
Styleguide
Dropzone
The text was updated successfully, but these errors were encountered: