We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.40.x
All
Edit the baseline-leading-icon.html screenshot test page, adding the test-shaped-text-field--outline class to each mdc-text-field--outlined element.
baseline-leading-icon.html
test-shaped-text-field--outline
mdc-text-field--outlined
Floating label should align with the notched outline properly like it does in the shape-radius tests.
The floating-label style for text field with leading icon is overriding the custom shape radius styles.
We may be able to factor this into the shape-radius mixin.
The same problem exists in the MDC Select package on the feat/select-new branch (which will be merged for 0.41.0).
The text was updated successfully, but these errors were encountered:
Also in the demo of Textfields not one of the three shaped outlined text fields displays the label correctly
Sorry, something went wrong.
That has already been fixed in #3929 on master, for #3158. This is somewhat of a follow-up though.
williamernest
Successfully merging a pull request may close this issue.
What MDC Web Version are you using?
0.40.x
What browser(s) is this bug affecting?
All
What are the steps to reproduce the bug?
Edit the
baseline-leading-icon.html
screenshot test page, adding thetest-shaped-text-field--outline
class to eachmdc-text-field--outlined
element.What is the expected behavior?
Floating label should align with the notched outline properly like it does in the shape-radius tests.
What is the actual behavior?
The floating-label style for text field with leading icon is overriding the custom shape radius styles.
Any other information you believe would be useful?
We may be able to factor this into the shape-radius mixin.
The same problem exists in the MDC Select package on the feat/select-new branch (which will be merged for 0.41.0).
The text was updated successfully, but these errors were encountered: