Search code examples
javascriptnode.jsreactjsreact-datepicker

How do I facilitate easy year-to-year navigation using react-datepicker?


I was thinking of having some double arrows that allow year scrolling similar to the month scrolling ones. Other ideas on how to reach the main goals are more than welcome.

GitHub link: https://github.com/Hacker0x01/react-datepicker


Solution

  • You can look this example. You need to pass showMonthDropdown and showYearDropdown for the DatePicker to display select dropdowns for year and month.