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
{{ message }}
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
The grey highlighting for startAt is being placed for every month and every year under certain conditions.
Steps to reproduce:
Include [startAt]="getFirstDate()" or similar in sat-datepicker line such as <sat-datepicker #pickerFilterRange [startAt]="getFirstDate()" [rangeMode]="true">
Notice that grey highlighting is on the given startAt date.
Select Year at top and select a random Year.
Select a random Month.
Grey highlighting associated with the day of startAt is also being applied to the same day in this month & year despite not being the month and year for startAt.
Note: This is reproducible in the DEMO with extra features examples in the README
The text was updated successfully, but these errors were encountered:
Problem:
The grey highlighting for
startAt
is being placed for every month and every year under certain conditions.Steps to reproduce:
[startAt]="getFirstDate()"
or similar in sat-datepicker line such as<sat-datepicker #pickerFilterRange [startAt]="getFirstDate()" [rangeMode]="true">
startAt
date.startAt
is also being applied to the same day in this month & year despite not being the month and year forstartAt
.Note: This is reproducible in the
DEMO with extra features examples
in the READMEThe text was updated successfully, but these errors were encountered: