-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Week Picker Skips Months When Decreasing Month from 1st day falling after Fridays #4581
Comments
I reproduced the same event on my end. At the stage you selected 2024/03/01, |
Thank you for the clarification. When the startDate or selected date is already set, and we proceed to 'step 3', the expectation is to view Furthermore, in cases where no date is pre-selected and the calendar defaults to displaying the current date, it seems counterintuitive for a month to be skipped entirely upon attempting to decrease the month. This behavior might not align with user expectations, particularly in scenarios without a pre-filled date. I hope this helps clarify the specific concerns encountered. |
Thank you for your comment. How about the following policy for revision?
(I do not use English on a daily basis, so I am sory that my writing is not good.) |
Ok, yeah that sounds like a good solution :) |
…th showWeekPicker
…th showWeekPicker
…th showWeekPicker
…th showWeekPicker
Describe the bug
When decreasing the month using the 'showWeekPicker' prop, it unexpectedly skips February when the current date is set to March 1st, 2024.
To Reproduce
Expected behavior
The calendar should display the month of February.
Desktop (please complete the following information):
Additional context
This issue occurs in any month where the 1st day falls after Fridays (Fri-Sun)
The text was updated successfully, but these errors were encountered: