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.
Using md-maxlength="MAX" on an input field that initializes to some value of length > "MAX", the md-maxlength validation does not happen, and the input field is considered valid.
You should be able to see that the field using the interpolated md-maxlength is incorrectly initially valid and the others are correctly marked invalid.
What is the expected behavior?
I would expect that all fields be initially invalid.
Which versions of AngularJS, Material, OS, and browsers are affected?