Keep rows at equal height in multi-month calendar #5682
Replies: 1 comment
-
Setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When rendering a multi-month range calendar, rows are not aligned for months with different amount of weeks:
https://react-spectrum.adobe.com/react-aria/RangeCalendar.html#multi-month
It's quite noticeable when selecting a range across months:
Is it possible to keep all rows aligned?
react-day-picker
has a prop to keep a fixed number of weeks in every month to prevent changing the calendar height which may work here, but not sure how to implement it.Beta Was this translation helpful? Give feedback.
All reactions