generated from react-component/footer
-
-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Description
Description:
When selecting a week in the range picker, the selected state is incorrectly applied to the same calendar week across all years, rather than being limited to the specific year that was selected. For example, selecting the first week of June 2025 also highlights the first week of June in other years like 2024 or 2026. The selection should be scoped to the exact week and year chosen.
Steps to Reproduce:
1. Open the range picker.
2. Select any week, lets say June 1st week of 2025
3. Notice that the first week of June in all years is highlighted as selected.
Expected Behavior:
Only the selected week in the specified year is highlighted.
Actual Behavior:
The same week number and month in June across all years are highlighted.
Metadata
Metadata
Assignees
Labels
No labels