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 9d5fc8e commit c68de2aCopy full SHA for c68de2a
src/native-common/TextInput.tsx
@@ -76,7 +76,8 @@ export class TextInput extends RX.TextInput<TextInputState> {
76
onFocus={ this._onFocus }
77
onBlur={ this._onBlur }
78
onScroll={ this._onScroll }
79
- selection={{ start: this._selectionStart, end: this._selectionEnd}}
+ selection={{ start: this._selectionStart, end: this._selectionEnd }}
80
+ secureTextEntry={ this.props.secureTextEntry }
81
82
textAlign={ this.props.textAlign }
83
keyboardAppearance={ this.props.keyboardAppearance }
0 commit comments