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): md-maxlength not properly updates on model changes. (#8351)
* Currently the md-maxlength char counter was not updated properly and listening on the different events is unnecessary. ngModelController will already update the model, when the `input` event gets called.
Additonally we can cover all updates in the $validator itself, because it will always update, when changes get applied to the model.
Fixes#1870.
0 commit comments