From 0b95fc6a36ca4008265ebf1a9809595bbba5716d Mon Sep 17 00:00:00 2001 From: Tushu17 Date: Thu, 24 Mar 2022 23:59:35 +0530 Subject: [PATCH] pass secureInput --- src/components/TextInput/BaseTextInput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TextInput/BaseTextInput.js b/src/components/TextInput/BaseTextInput.js index 9e2693f2d3330..9d234c9f859ae 100644 --- a/src/components/TextInput/BaseTextInput.js +++ b/src/components/TextInput/BaseTextInput.js @@ -259,7 +259,7 @@ class BaseTextInput extends Component { this.props.inputStyle, !hasLabel && styles.pv0, this.props.prefixCharacter && StyleUtils.getPaddingLeft(this.state.prefixWidth + styles.pl1.paddingLeft), - this.props.secureTextEntry && styles.pr2, + this.props.secureTextEntry && styles.secureInput, ]} multiline={this.props.multiline} maxLength={this.props.maxLength}