Skip to content

v3.26.0

Choose a tag to compare

@chawes13 chawes13 released this 02 Oct 16:04
f575aec
  • Adds optional handlers to CloudinaryInput. The information is not directly connected to redux-form since upload is triggered onChange, but these handlers can be used as a workaround
    • onUploadSuccess is invoked with Cloudinary's response
    • onUploadFailure is invoked with whatever error is thrown by the upload function