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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Now we can see form model. By default, default datepicker goes with "$invalid : true" value. But on screen we didnt see any problems with datepicker.
If we manualy change current date ( on last datepicker ) to something what contains string, for example, - datepicker goes invalid and red line will shown. $invalid is still true.
Now change to normal date. Datepicker state goes normal, but $invalid is still true.
The text was updated successfully, but these errors were encountered:
I am apply little moddifications to default codepen of Angular Material Datepicker:
http://codepen.io/anon/pen/qOxNMr
Now we can see form model. By default, default datepicker goes with "$invalid : true" value. But on screen we didnt see any problems with datepicker.
If we manualy change current date ( on last datepicker ) to something what contains string, for example, - datepicker goes invalid and red line will shown. $invalid is still true.
Now change to normal date. Datepicker state goes normal, but $invalid is still true.
The text was updated successfully, but these errors were encountered: