You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calendar should consistently display 6 weeks per month when using the fixedWeeks prop, regardless of the month. This should ensure a uniform calendar layout, even for months with fewer than 6 weeks of visible days.
Actual Behavior
In some months, the fixedWeeks prop does not work as expected and displays only 5 weeks instead of 6. This occurs inconsistently, even when fixedWeeks is enabled. The issue is reproducible on the example page as well.
Screenshots
The text was updated successfully, but these errors were encountered:
@oleynikovoleg interesting, thanks for the report. It looks like it happens only with February 2026 - i.e. when the 28-day month starts on Sunday. Could you confirm?
@gpbl Yes, that’s correct. It seems to occur in February 2026, then again in February 2037, and so on, whenever the month begins on a Sunday and has 28 days. Thanks for pointing that out!
gpbl
changed the title
fixedWeeks Prop Not Displaying 6 Weeks Consistently
bug: fixedWeeks should display 6 weeks when the month has just 4 week
Nov 14, 2024
gpbl
changed the title
bug: fixedWeeks should display 6 weeks when the month has just 4 week
bug: fixedWeeks should display 6 weeks if month has 4 weeks
Nov 14, 2024
Code
Expected Behavior
The calendar should consistently display 6 weeks per month when using the
fixedWeeks
prop, regardless of the month. This should ensure a uniform calendar layout, even for months with fewer than 6 weeks of visible days.Actual Behavior
In some months, the
fixedWeeks
prop does not work as expected and displays only 5 weeks instead of 6. This occurs inconsistently, even whenfixedWeeks
is enabled. The issue is reproducible on the example page as well.Screenshots
The text was updated successfully, but these errors were encountered: