Skip to content
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

Closed
ksmithut opened this issue Mar 17, 2015 · 3 comments
Closed

[TextField] multiline error text #438

ksmithut opened this issue Mar 17, 2015 · 3 comments
Labels
component: TextareaAutosize The React component.

Comments

@ksmithut
Copy link

When you have an error message on textfields that have to wrap, the text wraps up instead of down.

screen shot 2015-03-17 at 1 50 36 pm

Well, it doesn't have to wrap down, but as it stands, it's nigh unreadable.

Removing .mui-text-field .mui-text-field-error's bottom property and replacing it with top: 100%; does the trick for me, but I know that that will probably cause issues with stacked fields.

@bytesandwich
Copy link

a longer hint text also overflows

@hai-cea hai-cea changed the title TextField multiline error text [TextField] multiline error text Jun 18, 2015
@Zadielerick
Copy link
Contributor

Heres a fix to both issues #961 @jackphel @ksmithut

@hai-cea
Copy link
Member

hai-cea commented Jul 2, 2015

Fixed with #987

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: TextareaAutosize The React component.
Projects
None yet
Development

No branches or pull requests

5 participants