Skip to content

Commit 9624b6a

Browse files
authored
Merge pull request #642 from pcgamer1/patch-3
Search bar tabbing priority fix
2 parents 58de9ca + 74715e4 commit 9624b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ slug: /
1111
<form id="search" method="get" action="https://www.google.com/search">
1212
<input type="hidden" name="as_sitesearch" value="p5js.org" >
1313
<input id="search_button" type="submit" aria-label="Search" class='sr-only'>
14-
<input id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q" >
14+
<input tabindex="1" id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q" >
1515
<label class="sr-only" for="search_field">Search p5js.org</label>
1616
</form>
1717

0 commit comments

Comments
 (0)