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
fix(material/datepicker): mark date input as touched when calendar is closed (#21646)
Currently we mark the date input model as touched when it is blurred or the user types
something in, however opening and closing the calendar is also an indicator that the user
has interacted with it.
These changes add some logic to mark the inputs as touched when the calendar is closed as well.
Fixes#21643.
(cherry picked from commit b559786)
0 commit comments