When using a multi-line text field with full width the field isn't full width.
Regression of #8835 (#8825)
The textfield / textarea should be full width.
The textfield / textarea is not full width.
https://codesandbox.io/s/l5on3rjokl
Input field should be full width.
Works in beta 18
Culprit is this change https://github.com/callemall/material-ui/pull/8835/files#diff-deaeb5c7e253bfa4f497fa8ace0b3607R67
| Tech | Version |
|--------------|---------|
| Material-UI | v1.0.0-beta.19 |
| React | 15 |
| browser | Chrome 62 |
Fixed by @istarkov in #8921
ah thanks, didn't find that one as it wasn't in the issues.. anyway great it's fixed already
@aertmann You are right. Thanks for opening the issue :).
Most helpful comment
Fixed by @istarkov in #8921