blueberryapps/redux-file-upload

does redux-file upload work with redux-form?

Closed this issue · 1 comments

does redux-file upload work with redux-form?

By default no, because this component was not created for redux-form library. You can handle redux-file-upload actions in redux-form reducer plugins. Integration with redux-form validation should be possible, but tricky, I think.

If you will make some progress with integration in redux-form, let us know, please.