Parcourir la source

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

Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
master
Saúl Ibarra Corretgé il y a 5 ans
Parent
révision
95a5b8a8c1

+ 1
- 0
react/features/authentication/components/LoginDialog.native.js Voir le fichier

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

Chargement…
Annuler
Enregistrer