You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have with inputProps on DropzoneArea. I checked the documentation of how i can use it and i followed as specified but it does still not work. Im trying to upload image and it shows on the preview section but Im using stepper form which means when i procceed to the next step and go back to the previous, my uploaded image on the preview section is gone.
Thanks for your feedback, unfortunately at the moment what you're trying to achieve is not possibile, you can however try using the initialFiles props but that behaves a little bit differently.
See issue #75 for more details on how we'll try to tackle this kind of issues.
ISSUE
I have with inputProps on DropzoneArea. I checked the documentation of how i can use it and i followed as specified but it does still not work. Im trying to upload image and it shows on the preview section but Im using stepper form which means when i procceed to the next step and go back to the previous, my uploaded image on the preview section is gone.
below is my code
values.imageFile is an array of File objects.
any suggestion of how i can solve this problem?
The text was updated successfully, but these errors were encountered: