Skip to content

Commit bc4f1d7

Browse files
committed
Merge pull request #293 from hobofan/search_autofocus
add autofocus attribute to search field
2 parents ae4f823 + 17ee1e4 commit bc4f1d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/application.hbs

+1
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)