We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32db2dc commit 92a7e4eCopy full SHA for 92a7e4e
Libraries/Components/TextInput/TextInput.js
@@ -665,9 +665,8 @@ const TextInput = createReactClass({
665
}
666
667
668
- var TextField = props.password ? RCTSecureTextField : RCTSinglelineTextInputView;
669
textContainer = (
670
- <TextField
+ <RCTSinglelineTextInputView
671
ref={this._setNativeRef}
672
{...props}
673
style={[{ minWidth: 100, height: NativeModules.TextFieldManager.ComponentHeight }, props.styles]}
0 commit comments