From 090cbc717832c054bcb0f35a01772955737879aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:49:46 +0300 Subject: [PATCH] Revert "fix #14484 Calendar: the initial load now respect the dateFormat" --- src/app/components/calendar/calendar.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/components/calendar/calendar.ts b/src/app/components/calendar/calendar.ts index 311bf6f2ecb..ce28618cce4 100755 --- a/src/app/components/calendar/calendar.ts +++ b/src/app/components/calendar/calendar.ts @@ -3016,9 +3016,7 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor { } } } - if (this.dataType === 'string') { - this.updateModel(value); - } + this.updateInputfield(); this.updateUI(); this.cd.markForCheck();