You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a bug, enhancement, or feature request?
BUG Describe your proposal:
When selecting a day in the next month using the date picker with multi selection and showTodayButton: true, it incorrectly displays the current month afterward (All work fine if showTodayButton: false).
Video example https://github.com/user-attachments/assets/d596d690-cae0-4848-88b7-decbb2ec3bee
Expectation:
When selecting a day in the next month using the date picker with multi selection and today button, it should not switch to the current month after the selection.
The text was updated successfully, but these errors were encountered:
Tomashow
changed the title
[BUG] Date picker incorrect behavior when showTodayButton is set to true.
[BUG] Multi Date Picker incorrect behavior when showTodayButton is set to true.
May 8, 2025
Is this a bug, enhancement, or feature request?
BUG
Describe your proposal:
When selecting a day in the next month using the date picker with multi selection and showTodayButton: true, it incorrectly displays the current month afterward (All work fine if showTodayButton: false).
Video example
https://github.com/user-attachments/assets/d596d690-cae0-4848-88b7-decbb2ec3bee
Additionally, a StackBlitz example has been provided to demonstrate the behavior with and without the Today button
https://stackblitz.com/edit/s7ahkgns-7mt2hlsr?file=src%2Fapp%2Fdate-picker-form-multi-example.component.ts
Expectation:
When selecting a day in the next month using the date picker with multi selection and today button, it should not switch to the current month after the selection.
The text was updated successfully, but these errors were encountered: