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
Like the Box Text Field, Outlined Text Field's helper text should left-align with the Text Field's label and input text.
0.29.0
All
Validation (helper) text should be indented to vertically align with Label and Input text.
Validation (helper) text is aligned with the leading edge of the container.
Screenshot showing the difference between Outlined and Box:
The text was updated successfully, but these errors were encountered:
fix(text-field): Indent Outlined Helper Text (#2140)
220168a
Fixes #2139
bwobrien
No branches or pull requests
Like the Box Text Field, Outlined Text Field's helper text should left-align with the Text Field's label and input text.
What MDC Web Version are you using?
0.29.0
What browser(s) is this bug affecting?
All
What OS are you using?
All
What are the steps to reproduce the bug?
What is the expected behavior?
Validation (helper) text should be indented to vertically align with Label and Input text.
What is the actual behavior?
Validation (helper) text is aligned with the leading edge of the container.
Any other information you believe would be useful?
Screenshot showing the difference between Outlined and Box:
The text was updated successfully, but these errors were encountered: