Auto-focus username box

pull/21833/head
Kegan Dougal 2015-12-15 15:27:56 +00:00
parent a670a7e4c4
commit 28908c2edb
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ module.exports = React.createClass({displayName: 'PasswordLogin',
<form onSubmit={this.onSubmitForm}>
<input className="mx_Login_field" ref="user" type="text"
value={this.state.username} onChange={this.onUsernameChanged}
placeholder="Email or user name" />
placeholder="Email or user name" autoFocus />
<br />
<input className="mx_Login_field" ref="pass" type="password"
value={this.state.password} onChange={this.onPasswordChanged}