Skip to content

Commit

Permalink
Merge pull request primefaces#15121 from ypou/master
Browse files Browse the repository at this point in the history
fix - Calendar onTodayClick emit
  • Loading branch information
cetincakiroglu authored Mar 22, 2024
2 parents 7f7e2e0 + cf210dd commit bb88daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3363,7 +3363,7 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor {

this.createMonths(date.getMonth(), date.getFullYear());
this.onDateSelect(event, dateMeta);
this.onTodayClick.emit(event);
this.onTodayClick.emit(date);
}

onClearButtonClick(event: any) {
Expand Down

0 comments on commit bb88daf

Please sign in to comment.