Browse Source

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

master
Saúl Ibarra Corretgé 7 years ago
parent
commit
4783b22018
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/settings/components/native/SettingsView.js

+ 1
- 0
react/features/settings/components/native/SettingsView.js View File

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

Loading…
Cancel
Save