Skip to content

Commit

Permalink
Merge pull request #15692 from robGardiner01/calendar-monthchange-fix
Browse files Browse the repository at this point in the history
FIX: Calendar datepicker covers input component when there is 6 week displayed on
  • Loading branch information
cetincakiroglu authored May 30, 2024
2 parents 95763b0 + 0b4c812 commit 7b17bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2474,6 +2474,7 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor {
} else {
this.initFocusableCell();
}
this.alignOverlay();
}

initFocusableCell() {
Expand Down

0 comments on commit 7b17bfb

Please sign in to comment.