vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

Unable to override "Dropzone.confirm"

Open GTCrais opened this issue 6 years ago • 2 comments

Is there a way to do this?

From the Dropzone docs:

If you don’t like the default browser modals for confirm calls, you can handle them yourself by overwriting Dropzone.confirm.

Dropzone.confirm = function(question, accepted, rejected) { // Ask the question, and call accepted() or rejected() accordingly. // CAREFUL: rejected might not be defined. Do nothing in that case. };

GTCrais avatar Nov 12 '19 12:11 GTCrais

At the moment no but this is resolved in #549

rowanwins avatar May 09 '20 10:05 rowanwins

Awesome, thanks!

GTCrais avatar May 09 '20 10:05 GTCrais