Skip to content

Commit

Permalink
fix: formarray wrongly marked as touched when one of its items, binde…
Browse files Browse the repository at this point in the history
…d to a calendar comp, gets removed after view init
  • Loading branch information
Davide Diaconu committed Apr 26, 2023
1 parent 4adc9a6 commit 79d5ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3141,7 +3141,6 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor {
this.unbindDocumentResizeListener();
this.unbindScrollListener();
this.overlay = null;
this.onModelTouched();
}

ngOnDestroy() {
Expand Down

0 comments on commit 79d5ee0

Please sign in to comment.