Skip to content

Commit 17ee1e4

Browse files
committed
add autofocus attribute to search field
1 parent ae4f823 commit 17ee1e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/application.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{{input type="text" class="search" name="q"
1818
placeholder="Search"
1919
value=search
20+
autofocus="autofocus"
2021
tabindex="1"}}
2122
</form>
2223

0 commit comments

Comments
 (0)