Skip to content

Commit

Permalink
Merge pull request #14497 from HeavyRainLQ/master
Browse files Browse the repository at this point in the history
fix #14484 Calendar: the initial load now respect the dateFormat
  • Loading branch information
cetincakiroglu committed Jan 10, 2024
2 parents a9edfe6 + 9e74ece commit beacdd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,9 @@ 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 beacdd8

Please sign in to comment.