-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[TextField] multiline error text #438
Labels
component: TextareaAutosize
The React component.
Comments
a longer |
hai-cea
changed the title
TextField multiline error text
[TextField] multiline error text
Jun 18, 2015
Fixed with #987 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you have an error message on textfields that have to wrap, the text wraps up instead of down.
Well, it doesn't have to wrap down, but as it stands, it's nigh unreadable.
Removing
.mui-text-field .mui-text-field-error
'sbottom
property and replacing it withtop: 100%;
does the trick for me, but I know that that will probably cause issues with stacked fields.The text was updated successfully, but these errors were encountered: