Преглед изворни кода

[RN] Use the "email" keyboard for the email field

master
Saúl Ibarra Corretgé пре 8 година
родитељ
комит
6f93424d7c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      react/features/app-settings/components/AppSettings.native.js

+ 1
- 0
react/features/app-settings/components/AppSettings.native.js Прегледај датотеку

68
                         fieldSeparator = { true }
68
                         fieldSeparator = { true }
69
                         i18nLabel = 'profileModal.email' >
69
                         i18nLabel = 'profileModal.email' >
70
                         <TextInput
70
                         <TextInput
71
+                            keyboardType = { 'email-address' }
71
                             onChangeText = { this._onChangeEmail }
72
                             onChangeText = { this._onChangeEmail }
72
                             onEndEditing = { this._onSaveEmail }
73
                             onEndEditing = { this._onSaveEmail }
73
                             placeholder = 'email@example.com'
74
                             placeholder = 'email@example.com'

Loading…
Откажи
Сачувај