diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-02-27 10:40:45 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-02-27 10:40:45 +0100 |
| commit | 4cab9e66f6f9bd80f36edc68384fc70933aa2381 (patch) | |
| tree | f0b85a973eb3ffc3201635fd7069e61d612cf137 | |
| parent | a5fe8e27e23d8d9d2afa13e6cc3f57813367c472 (diff) | |
| parent | 8b7a931a5199e3b04e810cf76822006c8b4118b6 (diff) | |
| download | mullvadvpn-4cab9e66f6f9bd80f36edc68384fc70933aa2381.tar.xz mullvadvpn-4cab9e66f6f9bd80f36edc68384fc70933aa2381.zip | |
Merge branch 'remove-autofocus'
| -rw-r--r-- | app/components/Support.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/components/Support.js b/app/components/Support.js index ee1db73d96..1d15229f99 100644 --- a/app/components/Support.js +++ b/app/components/Support.js @@ -162,8 +162,7 @@ export default class Support extends Component<SupportProps, SupportState> { placeholder="Your email" defaultValue={ this.state.email } onChangeText={ this.onChangeEmail } - keyboardType="email-address" - autoFocus={ true } /> + keyboardType="email-address" /> </View> <View style={styles.support__form_row_message}> <View style={styles.support__form_message_scroll_wrap}> |
