Skip to content

Commit 085e493

Browse files
committed
set type on input field to search for better semantics
1 parent 47bd0b9 commit 085e493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="navbar-item hide-for-print">
1616
{{#if (and page.component (ne page.component.name 'home'))}}
1717
<div id="search" class="field has-filter">
18-
<input class="query" type="text" placeholder="Search the docs">
18+
<input class="query" type="search" placeholder="Search the docs">
1919
<label class="filter checkbox">
2020
<input type="checkbox" data-facet-filter="component:{{page.component.name}}"> In this project
2121
</label>

0 commit comments

Comments
 (0)