On Angular 9.0.4 with ngx-dropzone-wrapper 9.0.0, if you click a remove file link in the preview container when having your form bound with the directive, all form fields and inputs are reset and cleared.
I have autoProcessQueue: false set in my config.
I noticed this happens when any input in the form has a formControlName directive on it. If it is removed, the inputs will not be cleared when a file is removed.
Can this behavior be prevented? This appears to be a bug.
On Angular 9.0.4 with ngx-dropzone-wrapper 9.0.0, if you click a remove file link in the preview container when having your form bound with the directive, all form fields and inputs are reset and cleared.
I have
autoProcessQueue: false
set in my config.I noticed this happens when any input in the form has a
formControlName
directive on it. If it is removed, the inputs will not be cleared when a file is removed.Can this behavior be prevented? This appears to be a bug.