Replies: 1 comment
|
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I updated dropzone from 5.7.0 and now I'm using version ^5.9.2. It looks like
Dropzone.prototype.defaultOptionsis moved to options.js file as es6 module.After some research I found solution how you still can override defaultOptions.
My code sample for old versions to replace with custom default options to all dropzones:
For version 5.9:
I hope it helps someone. :)
All reactions