From 5a1f359a535dba1f1ecd7644ccae4a6807b66eea Mon Sep 17 00:00:00 2001 From: Davide Diaconu Date: Wed, 26 Apr 2023 14:51:43 +0300 Subject: [PATCH] fix: formarray wrongly marked as touched when one of its items, binded to a calendar comp, gets removed after view init --- src/app/components/calendar/calendar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/calendar/calendar.ts b/src/app/components/calendar/calendar.ts index cdffcf2a969..1ec136ad74b 100755 --- a/src/app/components/calendar/calendar.ts +++ b/src/app/components/calendar/calendar.ts @@ -3141,7 +3141,6 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor { this.unbindDocumentResizeListener(); this.unbindScrollListener(); this.overlay = null; - this.onModelTouched(); } ngOnDestroy() {