Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Bug: startAt highlighting being done everywhere instead of just specific y/m/d #142

Open
Vealor opened this issue Apr 24, 2020 · 1 comment

Comments

@Vealor
Copy link

Vealor commented Apr 24, 2020

Problem:

The grey highlighting for startAt is being placed for every month and every year under certain conditions.

Steps to reproduce:

  1. Include [startAt]="getFirstDate()" or similar in sat-datepicker line such as <sat-datepicker #pickerFilterRange [startAt]="getFirstDate()" [rangeMode]="true">
  2. Notice that grey highlighting is on the given startAt date.
  3. Select Year at top and select a random Year.
  4. Select a random Month.
  5. 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

@LeParadoxHD
Copy link

I believe I wrote an issue about the same. #141

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants