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 was archived by the owner on Sep 5, 2024. It is now read-only.
fix(input): Fix input errors CSS to properly display.
Due to a CSS property that was not restrictive enough, standard
error messages were hidden by default.
Restrict CSS to components with the `md-auto-hide` class.
Also, remove the `md-maxlength` requirement from the errors demo
to reduce confusion.
Fixes#5837. References #5321.
Closes#6298
0 commit comments