react-calendar icon indicating copy to clipboard operation
react-calendar copied to clipboard

react-calendar__tile--active class gets automatically added

Open jackvik opened this issue 2 months ago • 2 comments

Before you start - checklist

  • [X] I followed instructions in documentation written for my React-Calendar version
  • [X] I have checked if this bug is not already reported

Description

Suppose, I am passing array of dates to the value prop, which have all dates which doesn't include dates that that come on sun or Saturday. For example, dates from 22 to 31st March 2024. But the dates on 23rd and 24th get automatically react-calendar__tile--active and make it look like selected. Although I am managing my own selected class by adding it using tileClassName.

Steps to reproduce

set value prop with dates i mentioned in description

Expected behavior

the dates which are not part of selected dates array shouldn't be having tile--ative class

Actual behavior

react-calendar__tile--active class gets automatically

Additional information

No response

Environment

  • Browser (if applicable):
  • React-Calendar version:
  • React version: Version 124.0.6367.60 (Official Build) (arm64) react-calendar: 4.8.0

jackvik avatar Apr 23 '24 09:04 jackvik