Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Autofocus on TSD search #2

Merged
merged 1 commit into from
Aug 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>browse <small>{{updated}}</small></h3>
<div class="panel panel-default">
<div class="panel-body">
<form class="form-inline" role="form">
<input type="search" v-model="searchTerm" v-on="keyup: update" class="form-control" placeholder="Search in {{total}} files...">
<input type="search" autofocus v-model="searchTerm" v-on="keyup: update" class="form-control" placeholder="Search in {{total}} files...">
</form>
</div>
</div>
Expand Down