Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to show 2 years months in month range select. #4401

Closed
avishelkeumg opened this issue Nov 30, 2023 · 0 comments · Fixed by #4603
Closed

Is there any way to show 2 years months in month range select. #4401

avishelkeumg opened this issue Nov 30, 2023 · 0 comments · Fixed by #4603

Comments

@avishelkeumg
Copy link

avishelkeumg commented Nov 30, 2023

Is there any way to show 2 years months in month range select.
With monthsShown={2} its render same year in two section

image

tried with following code: -

<DatesPicker
      selected={startDate}
      monthsShown={2}
      showMonthYearPicker
      onChange={onChanges}
      startDate={startDate}
      endDate={endDate}
      selectsRange
      dateFormat="MM/yyyy"
   />

Thanks!!

yuki0410-dev added a commit to yuki0410-dev/react-datepicker that referenced this issue Mar 16, 2024
yuki0410-dev added a commit to yuki0410-dev/react-datepicker that referenced this issue Mar 17, 2024
martijnrusschen added a commit that referenced this issue Mar 17, 2024
fix: #4401 monthsShown with MonthYearPicker or QuarterYearPicker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant