react-datepicker
react-datepicker copied to clipboard
Year & Month drop down not aligned with dateFormatCalendar
Using the locale and after setting the dateFormatCalendar prop with"yyyy年 LLLL", calendar label and drop down order & the values are not aligned
Is there is any option to display in the order of year drop with values yyyy年 and month drop down with values mm月
steps to reproduce
<DatePicker dateFormatCalendar={"yyyy年 LLLL"} showMonthDropdown showYearDropdown />

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.