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
When min and max dates are the same, and not in the current month, the calendar is blank, showing no days for the current month.
Expected outcome
It should navigate to the corresponding month for min and max date.
Actual outcome
Calendar is blank showing no days.
Live Demo
<app-datepicker
min="Sat May 05 2021 00:00:00 GMT+0200 (Hora d’estiu del Centre d’Europa)"
max="Sat May 05 2021 00:00:00 GMT+0200 (Hora d’estiu del Centre d’Europa)"
firstDayOfWeek="1"
locale="ca-ES"
></app-datepicker>
Steps to reproduce
Browsers Affected
Chrome/ Opera
Firefox
Safari 10+
Safari 9
Safari 8
Safari 7
Edge 12+
IE 11
The text was updated successfully, but these errors were encountered:
Description
When min and max dates are the same, and not in the current month, the calendar is blank, showing no days for the current month.
Expected outcome
It should navigate to the corresponding month for min and max date.
Actual outcome
Calendar is blank showing no days.
Live Demo
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: