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
I have noticed that [Input] has some display issues.
Using https://material-ui.com/demos/text-fields/ :
The text was updated successfully, but these errors were encountered:
There is visible line through outlined label [Input] on hiDPI screen in Chrome 69
It's a duplicate of #13297.
Textarea is not growing when you insert just empty lines in Edge 42
It's a duplicate of #12172.
There is sometimes visible scrollbar on multiline [Input] on hiDPI screen in Chrome 69
Do you have an isolated reproduction?
Sorry, something went wrong.
Were you using a wheeled mouse? I know that the scrollbar behaves differently when you are using a trackpad vs. a wheeled mouse.
@oliviertassinari There you go: https://codesandbox.io/s/z2l82y6ylp
Behavior is actually not random, it depends on number of lines:
After first line, pattern is 2 lines with scrollbar and 3 lines without, then repeat.
@nicolasiensen It's not about mouse, it behaves like that during text entry.
oliviertassinari
Successfully merging a pull request may close this issue.
I have noticed that [Input] has some display issues.
Using https://material-ui.com/demos/text-fields/ :
The text was updated successfully, but these errors were encountered: