I am using react-datepicker but for some reason, we don't want to show the month and year in the dropdown.
<DatePicker
selected={this.state.startDate}
onChange={this.handleChange}
peekNextMonth
showMonthDropdown
showYearDropdown
dropdownMode="select"
/>
Is there any other way to show the month and year?
There is an inline version for react-datepicker
ref: https://hacker0x01.github.io/react-datepicker/ Scroll to bottom on this page to see the example of the inline version