rn,auth: don't auto-capitalize the password field

Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
This commit is contained in:
Saúl Ibarra Corretgé 2020-06-16 14:21:07 +02:00 committed by Saúl Ibarra Corretgé
parent 5867eaf560
commit 95a5b8a8c1
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class LoginDialog extends Component<Props, State> {
underlineColorAndroid = { FIELD_UNDERLINE }
value = { this.state.username } />
<TextInput
autoCapitalize = { 'none' }
onChangeText = { this._onPasswordChange }
placeholder = { t('dialog.userPassword') }
placeholderTextColor = { PLACEHOLDER_COLOR }