Skip to content

Commit c3f1ea4

Browse files
committed
Merge pull request #144 from whipsch/tab-index
Set the tab index of the search input to 1.
2 parents ad94f27 + 6ccda28 commit c3f1ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/templates/application.hbs

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
{{input type="text" class="search" name="q"
1616
placeholder="Search"
1717
value=search
18-
action="search"}}
18+
action="search"
19+
tabindex="1"}}
1920
</form>
2021

2122
<div class='nav'>

0 commit comments

Comments
 (0)