Skip to content

Commit

Permalink
Merge pull request #43752 from software-mansion-labs/fix-autofocus-si…
Browse files Browse the repository at this point in the history
…gn-in

[CP Staging] Fix autofocus on Sign In page

(cherry picked from commit 9912ae8)
  • Loading branch information
mountiny authored and OSBotify committed Jun 14, 2024
1 parent 4706182 commit f686c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/signin/LoginForm/BaseLoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ function BaseLoginForm({account, credentials, closeAccount, blurOnSubmit = false
onSubmitEditing={validateAndSubmitForm}
autoCapitalize="none"
autoCorrect={false}
autoFocus
inputMode={CONST.INPUT_MODE.EMAIL}
errorText={formError}
hasError={shouldShowServerError}
Expand Down

0 comments on commit f686c8c

Please sign in to comment.