Skip to content
Snippets Groups Projects
Commit c778dd2c authored by Thomas Roos's avatar Thomas Roos
Browse files

Make student name autofocus on matching page

parent aa2ed9b0
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ class CheckStudents extends React.Component {
</p>
<div className="panel-block">
<p className="control has-icons-left">
<input className="input" type="text" placeholder="Search"
<input className="input" type="text" autoFocus placeholder="Search"
value={this.state.search.input} onChange={this.search} onKeyDown={this.moveSelection} />
<span className="icon is-left">
<i className="fa fa-search"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment