zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

How to use autoDiscover with Angular 5 ? #129

Open sujeetjaiswara opened 5 years ago

sujeetjaiswara commented 5 years ago

// Disabling autoDiscover, otherwise Dropzone will try to attach twice. Dropzone.autoDiscover = false;

sconix commented 5 years ago

That option does not make sense when using in Angular. So its disabled since in Angular the DOM is not ready when the Dropzone library is loaded. So that feature is really only meant for native JS not for Angular.