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 a day is selected in the datetime picker and a min date is specified, an invalid date can easily be selected by switching months & pressing the apply button.
Minimal Reproduction
Create a datetime picker with today as the selected date (eg. 22-11-2021)
Set the minimum date to today + 1 day - 1 month (eg. 23-10-2021)
Open the date picker & navigate to the previous month
A date before the min date is selected (eg. 22-10-2021)
Expected behavior
A date before the minimum date should not be selectable.
Screenshots
The text was updated successfully, but these errors were encountered:
@conor-mac-aoidh I'm testing this and I see the expected behavior.
Maybe there's a confusion for you because the datepicker marks one date as active
but it's not selected because the component didn't output any value, you cannot click on it.
You're able to click 23 in your screenshot but 22 cannot be selected, it's just active for keyboard actions.
Describe the bug
When a day is selected in the datetime picker and a min date is specified, an invalid date can easily be selected by switching months & pressing the apply button.
Minimal Reproduction
Expected behavior
A date before the minimum date should not be selectable.
Screenshots
The text was updated successfully, but these errors were encountered: