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

How to reset vue-dropzone when in multiple modal instances

Open JoeEarly opened this issue 4 years ago • 0 comments

More of a help question than a issue in fairness.

I have a table with a set of CRUD actions, one being Edit. This displays a modal, and manually loads the files I have on my server for the item in question.

However, when I click on the next one, it continues to use the images from the first in the list. Am I amble to clear/reset the vue-dropzone instance when I close my modal?

JoeEarly avatar Jul 29 '20 22:07 JoeEarly