Merge pull request #2380 from saghul/app-settings-kbd
[RN] Use the "email" keyboard for the email field
This commit is contained in:
commit
e00ea353e8
|
@ -68,6 +68,7 @@ class AppSettings extends AbstractAppSettings {
|
||||||
fieldSeparator = { true }
|
fieldSeparator = { true }
|
||||||
i18nLabel = 'profileModal.email' >
|
i18nLabel = 'profileModal.email' >
|
||||||
<TextInput
|
<TextInput
|
||||||
|
keyboardType = { 'email-address' }
|
||||||
onChangeText = { this._onChangeEmail }
|
onChangeText = { this._onChangeEmail }
|
||||||
onEndEditing = { this._onSaveEmail }
|
onEndEditing = { this._onSaveEmail }
|
||||||
placeholder = 'email@example.com'
|
placeholder = 'email@example.com'
|
||||||
|
|
Loading…
Reference in New Issue