-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
includeDates and showMonthYearPicker should not close the calendar when clicked on disabled months #4360
Comments
yuki0410-dev
added a commit
to yuki0410-dev/react-datepicker
that referenced
this issue
Mar 17, 2024
3 tasks
yuki0410-dev
added a commit
to yuki0410-dev/react-datepicker
that referenced
this issue
Mar 17, 2024
… months/quarters
yuki0410-dev
added a commit
to yuki0410-dev/react-datepicker
that referenced
this issue
Mar 17, 2024
… months/quarters
yuki0410-dev
added a commit
to yuki0410-dev/react-datepicker
that referenced
this issue
Mar 18, 2024
… months/quarters
martijnrusschen
added a commit
that referenced
this issue
Mar 19, 2024
fix: #4360 Cancel Event when clicked/MouseEnter on disabled months/quarters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
DatePicker used with includeDates and showMonthYearPicker close the calendar when clicked on disabled months. It should remain open bydefault until included month is selected. Works fine without this prop showMonthYearPicker
To Reproduce
We are looking for similar behaviour that this example has https://reactdatepicker.com/#example-include-dates:~:text=today%20and%20tomorrow-,Include%20date%20intervals,-()%20%3D%3E
Expected Behaviour
For all variants of DatePicker, all events should be disabled for disabled elements.
The text was updated successfully, but these errors were encountered: