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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: