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
This is not possible at the moment, but why not use the month at the start of the range as the firstVisibleMonth? Seems like what the user would expect
Library information:
Question:
I'm using
VerticalCalendar
to display a range selection.Range can span months, let's for now say its 13 days long - a range from 20th August to 2th September for example.
if I set
firstVisibleMonth
to the range month end, then it looks like thisbecause it tries to have 1th of September to be the first visible month.
I'd like for the default view to have both ends of the range visible, like this
so it's obvious where the start is
Is there a way to
firstVisibleMonth
to be sort of inbetween months?The text was updated successfully, but these errors were encountered: