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
When the date range provided by minSelectableDate and maxSelectableDate does not contain today's date, or next month's date in case of 2-months-view, the calendar does not move to months of that date range.
To Reproduce
Add minSelectable date of 3 months from today.
When selecting the date, calendar shows disabled dates.
In order to select a valid date, the calendar needs to be forwarded to minSelectable month.
If the minSelectable and maxSelectable are a month earlier than today's date, the error still persists.
Expected behavior
If the selectable date range starts in the previous or later month, then that month should be shown by default, when calendar selection is opened.
Screenshots
Package versions
@medly-components/core: 6.26.2
@medly-components/forms :
@medly-components/icons :
@medly-components/layout :
@medly-components/loaders :
@medly-components/theme :
@medly-components/utils :
The text was updated successfully, but these errors were encountered:
Describe the bug
When the date range provided by minSelectableDate and maxSelectableDate does not contain today's date, or next month's date in case of 2-months-view, the calendar does not move to months of that date range.
To Reproduce
Expected behavior
If the selectable date range starts in the previous or later month, then that month should be shown by default, when calendar selection is opened.
Screenshots
Package versions
The text was updated successfully, but these errors were encountered: