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 using Datepicker with react and assigning a min date string the invalid dates would be blocked in the dropdown picker however the user can still manually change the input date text, the change would trigger catChange with the new date string even if it is an invalid date. Then when the user unfocuses from the input the validation quicks in and it sets the date to min date which would trigger catChange again.
The text was updated successfully, but these errors were encountered:
When using
Datepicker
with react and assigning amin
date string the invalid dates would be blocked in the dropdown picker however the user can still manually change the input date text, the change would triggercatChange
with the new date string even if it is an invalid date. Then when the user unfocuses from the input the validation quicks in and it sets the date to min date which would triggercatChange
again.The text was updated successfully, but these errors were encountered: