Skip to content

Commit

Permalink
fixing an issue occuring due to a change made in v0.36 (Fix unconstra…
Browse files Browse the repository at this point in the history
…int sizing in main axis), this allows the textinput to honor height.
  • Loading branch information
ivks committed Dec 2, 2016
1 parent 66a1628 commit 8af91c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mdl/Textfield.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ class Textfield extends Component {
{...inputProps}
style={[{
backgroundColor: MKColor.Transparent,
flex: 1,
alignSelf: 'stretch',
paddingTop: 2, paddingBottom: 2,
marginTop: this.state.inputMarginTop,
Expand Down

1 comment on commit 8af91c7

@rseemann
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes cause the problem reported here: #261

Please sign in to comment.