ソースを参照

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

master
Saúl Ibarra Corretgé 7年前
コミット
4783b22018
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      react/features/settings/components/native/SettingsView.js

+ 1
- 0
react/features/settings/components/native/SettingsView.js ファイルの表示

@@ -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'

読み込み中…
キャンセル
保存