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
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Sep 24, 2024
Describe the bug
If you select a month, the month name is correctly displayed in the dropdown. However, if you select a year, the year does not update in the dropdown.
I replicated this issue using your Stackblitz environment with the following code:
Reproducer
https://stackblitz.com/edit/zhfzqk?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Set yearNavigator={true} in the Calendar component, then try to change the year using the dropdown. The selected year is not updated in the dropdown
Expected behavior
The selected year should be displayed correctly in the dropdown
The text was updated successfully, but these errors were encountered: