Hi, I'm trying to achieve a dialog with simple textfields. The problem I'm facing is when I use the multiline props it 'brakes' the width of the component. Also it has not the correct padding. Deleting InputProps and InputLabelProps seems to fix the problem.

Thank you !
Expected Behavior
The multiline Textfield should be the same width as the Textfield multiline props = false.
Steps to Reproduce (for bugs)
Check this sandbox :
https://codesandbox.io/s/o4o59xp8k6
Your Environment
| Tech |
Version |
| Material-UI |
v1.1.0 |
| React |
v15.4.0 |
| browser |
Chrome |
| etc |
|
Hi, I'm trying to achieve a dialog with simple textfields. The problem I'm facing is when I use the multiline props it 'brakes' the width of the component. Also it has not the correct padding. Deleting InputProps and InputLabelProps seems to fix the problem.
Thank you !
Expected Behavior
The multiline Textfield should be the same width as the Textfield multiline props = false.
Steps to Reproduce (for bugs)
Check this sandbox :
https://codesandbox.io/s/o4o59xp8k6
Your Environment