Skip to content

Commit

Permalink
Merge pull request #14750 from primefaces/revert-14497-master
Browse files Browse the repository at this point in the history
Revert "fix #14484 Calendar: the initial load now respect the dateFormat"
  • Loading branch information
cetincakiroglu committed Feb 7, 2024
2 parents ec19737 + 090cbc7 commit f115aa8
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 f115aa8

Please sign in to comment.