Skip to content

Commit

Permalink
Merge pull request #125 from gusnips/patch-1
Browse files Browse the repository at this point in the history
autoFocus to email field
  • Loading branch information
mcnamee authored Dec 15, 2017
2 parents 6222128 + efaa163 commit 3f8de77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/auth/Forms/FormView.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class AuthForm extends Component {
error: 'Please enter a valid email',
autoCapitalize: 'none',
clearButtonMode: 'while-editing',
autoFocus: true,
},
Password: {
template: TcombTextInput,
Expand Down

0 comments on commit 3f8de77

Please sign in to comment.