Bläddra i källkod

[RN] Don't auto-capitalize email field in settings

master
Saúl Ibarra Corretgé 7 år sedan
förälder
incheckning
4783b22018
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      react/features/settings/components/native/SettingsView.js

+ 1
- 0
react/features/settings/components/native/SettingsView.js Visa fil

@@ -157,6 +157,7 @@ class SettingsView extends AbstractSettingsView {
157 157
                     </FormRow>
158 158
                     <FormRow i18nLabel = 'settingsView.email'>
159 159
                         <TextInput
160
+                            autoCapitalize = 'none'
160 161
                             keyboardType = { 'email-address' }
161 162
                             onChangeText = { this._onChangeEmail }
162 163
                             placeholder = 'email@example.com'

Laddar…
Avbryt
Spara