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
Description:
When using the DatePicker component with showMonthYearPicker and dateFormat="MM/yyyy", the calendar initially shows the current date, but when clicking on the month or year dropdown, no months or years are shown for selection.
Steps to Reproduce:
Use the following configuration for DatePicker:
Observe that the calendar shows the current date initially.
Click on the month or year dropdown.
No months or years are displayed for selection.
Expected Behavior:
When clicking on the month or year dropdown, the calendar should show the available months or years for selection based on the provided date format (MM/yyyy).
Actual Behavior:
The month and year dropdown does not display any selectable options. The default calendar view still shows the current date.
React Version: 18.x.x
DatePicker Component Version: 7.5.0
Browser: Chrome/Firefox
Operating System: Windows
The text was updated successfully, but these errors were encountered:
Description:
When using the DatePicker component with showMonthYearPicker and dateFormat="MM/yyyy", the calendar initially shows the current date, but when clicking on the month or year dropdown, no months or years are shown for selection.
Steps to Reproduce:
Use the following configuration for DatePicker:
<DatePicker
selectsRange={true}
startDate={startDate}
endDate={endDate}
onChange={handleDateChange}
inline
maxDate={new Date()}
/>
Observe that the calendar shows the current date initially.
Click on the month or year dropdown.
No months or years are displayed for selection.
Expected Behavior:
When clicking on the month or year dropdown, the calendar should show the available months or years for selection based on the provided date format (MM/yyyy).
Actual Behavior:
The month and year dropdown does not display any selectable options. The default calendar view still shows the current date.
React Version: 18.x.x
DatePicker Component Version: 7.5.0
Browser: Chrome/Firefox
Operating System: Windows
The text was updated successfully, but these errors were encountered: