From 8af91c784630d1d0fa9efe0343f2162ac2b4c8e3 Mon Sep 17 00:00:00 2001 From: Vishal Kumar Singh Date: Fri, 2 Dec 2016 21:21:59 +0530 Subject: [PATCH] fixing an issue occuring due to a change made in v0.36 (Fix unconstraint sizing in main axis), this allows the textinput to honor height. --- lib/mdl/Textfield.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mdl/Textfield.js b/lib/mdl/Textfield.js index 9ee46030..9c400443 100644 --- a/lib/mdl/Textfield.js +++ b/lib/mdl/Textfield.js @@ -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,