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

Commit 388faf3

Browse files
committed
Merge pull request #2 from abergs/patch-1
Autofocus on TSD search
2 parents 3b08e67 + e494c76 commit 388faf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3>browse <small>{{updated}}</small></h3>
8383
<div class="panel panel-default">
8484
<div class="panel-body">
8585
<form class="form-inline" role="form">
86-
<input type="search" v-model="searchTerm" v-on="keyup: update" class="form-control" placeholder="Search in {{total}} files...">
86+
<input type="search" autofocus v-model="searchTerm" v-on="keyup: update" class="form-control" placeholder="Search in {{total}} files...">
8787
</form>
8888
</div>
8989
</div>

0 commit comments

Comments
 (0)