Skip to content

Commit

Permalink
Revert "fix #14484 Calendar: the initial load now respect the dateFor…
Browse files Browse the repository at this point in the history
…mat"
  • Loading branch information
cetincakiroglu committed Feb 7, 2024
1 parent ec19737 commit 090cbc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 090cbc7

Please sign in to comment.