[Vuejs]-Dropzone.js `maxfilesexceeded` event is not getting fired. When adding files programatically

0👍

use this after push Every item to files list:

myDropzone._updateMaxFilesReachedClass();

Leave a comment