You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to do some API requests after the uploading is finished and i noticed that @vdropzone-complete-multiple event is triggered multiple times.
I was trying to do some API requests after the uploading is finished and i noticed that
@vdropzone-complete-multiple
event is triggered multiple times.<vue-dropzone ref="myVueDropzone" id="dropzone" :options="dropzoneOptions" :useCustomSlot="true" @vdropzone-complete-multiple="uploadComplete" />
Options:
Vue-Dropzone version: ^3.6.0
The text was updated successfully, but these errors were encountered: