feat(calendar): prop to switch between dynamic/static number of weeks #19584
+16
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
looking at previous art, most "fullscreen" calendars seem to go with a varying week length of either 5 or 6 depending on how the days in the month are arranged. this includes arguably the two biggest examples (google, microsoft). but there are ones that use a static 6 weeks, pretty much always together with showing adjacent days.
date-pickers also vary, but ones based on material design like MUI do use static 6 weeks so that the dialog does not jump when switching months
with this change, date-picker uses static by default, calendar uses dynamic
Markup: