-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
choosing a shorter height to collapse the space between multiple vertically listed fields doesn't reposition the label, floating text label or input correctly
<div>
<div style={this.style}>
<TextField
hintText="Please enter your first name"
floatingLabelText="First Name"
style={{border:'1px solid green',height:'40px'}}/>
</div>
<div style={this.style}>
<TextField
hintText="Please enter your middle name"
floatingLabelText="Middle Name"
style={{border:'1px solid green'}}/>
</div>
<div style={this.style}>
<TextField
hintText="Please enter your last name"
floatingLabelText="Last Name"
style={{border:'1px solid green'}}/>
</div>
</div>
Metadata
Metadata
Assignees
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.

