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.
Having an issue where labels are zooming when the form input components are initialized.
The form is not being rendered until the object containing the model is available, so the ng-model values are available immediately.
For eg:
Is resulting in the label "zooming" out to it's floating position when the component is created.
I can switch between routes in an app to watch this happening to the same view over and over again.