[RN] Don't auto-capitalize email field in settings
This commit is contained in:
parent
d93782af8a
commit
4783b22018
|
@ -157,6 +157,7 @@ class SettingsView extends AbstractSettingsView {
|
||||||
</FormRow>
|
</FormRow>
|
||||||
<FormRow i18nLabel = 'settingsView.email'>
|
<FormRow i18nLabel = 'settingsView.email'>
|
||||||
<TextInput
|
<TextInput
|
||||||
|
autoCapitalize = 'none'
|
||||||
keyboardType = { 'email-address' }
|
keyboardType = { 'email-address' }
|
||||||
onChangeText = { this._onChangeEmail }
|
onChangeText = { this._onChangeEmail }
|
||||||
placeholder = 'email@example.com'
|
placeholder = 'email@example.com'
|
||||||
|
|
Loading…
Reference in New Issue