-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/form-field): position outlined form field label correctl… #27525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(material/form-field): position outlined form field label correctl… #27525
Conversation
932f0a7
to
3308bed
Compare
a9fdd9a
to
d4b8e13
Compare
37b4f2a
to
f112392
Compare
…nd prefix content change Fixes issues with the outlined form-field label offset not updating correctly when the form-field was attached to the DOM but not visible, or when the prefix container had dynamic content.
f112392
to
98edad0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last thing, then it looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @behzadmehrabi, I tried running the internal tests for this and got a lot of failures because the tests were throwing |
Fixes issues with the outlined form-field label offset not updating correctly when the form-field was attached to the DOM but not visible, or when the prefix container had dynamic content.
Fixes #26332