You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IE11, and I think also latest Edge, <TextField multiLine={true}/> looks bad. The biggest problem is the scrollbars, which are always there and which extend below the bottom of the text area when you only have 2 or 4 rows.
Also the hint text is miss aligned.
Versions
Material-UI: v0.15.0
React: v15
Browser: IE11+
The text was updated successfully, but these errors were encountered:
Problem description
In IE11, and I think also latest Edge,
<TextField multiLine={true}/>
looks bad. The biggest problem is the scrollbars, which are always there and which extend below the bottom of the text area when you only have 2 or 4 rows.Also the hint text is miss aligned.
Versions
The text was updated successfully, but these errors were encountered: