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
Delete the date value from the input field, so that the field has no value.
In the popover, navigate forward or backward to the month that contains the max or min date using the <> arrow buttons. You will see that the popover closes prematurely when it reaches those 'end of range' months.
Actual behavior
If no date is selected, the popover closes prematurely when a user clicks on the <> buttons to reach the months that contains the max or min dates. This prevents a user from selecting a date in those months. (Well, a user could select a date in those months if he first selects a date that is not in those months, and then clicks into those 'end of range' months, but a user shouldn't have to do that.)
Expected behavior
When no date is selected, the popover should stay open when those 'end of range' months are reached by clicking on the <> buttons. This would allow a date in those months to be selected.
Possible solution
If you agree that this is a bug, I'll look into a solution if you haven't found one yet.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Actual behavior
If no date is selected, the popover closes prematurely when a user clicks on the <> buttons to reach the months that contains the max or min dates. This prevents a user from selecting a date in those months. (Well, a user could select a date in those months if he first selects a date that is not in those months, and then clicks into those 'end of range' months, but a user shouldn't have to do that.)
Expected behavior
When no date is selected, the popover should stay open when those 'end of range' months are reached by clicking on the <> buttons. This would allow a date in those months to be selected.
Possible solution
If you agree that this is a bug, I'll look into a solution if you haven't found one yet.
The text was updated successfully, but these errors were encountered: