[RN] Secure entry, no automatic correction for room-lock passwords

This commit is contained in:
Lyubo Marinov
2017-10-05 13:22:01 -05:00
parent 7a7abdac2f
commit 3d32c2de89
3 changed files with 22 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ class Dialog extends AbstractDialog {
placeholder = { t(bodyKey) }
submitButtonTextStyle = { submitButtonTextStyle }
submitText = { t(okTitleKey) }
textInputProps = { this.props.textInputProps }
title = { titleString || t(titleKey) }
visible = { true } />
);