Add label to search input
This commit is contained in:
parent
e25265caf0
commit
9163b9dbbb
2 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
<path d="M20.9999 21L16.6499 16.65" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
||||
<label hidden="hidden" for="movie-search">Search for a movie</label>
|
||||
<input list="movies" name="movie-search" id="movie-search" />
|
||||
<datalist id="movies">
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
</header>
|
||||
<div class="search-bar">
|
||||
{{ partial "magnifying_glass.html" }}
|
||||
<label hidden="hidden" for="movie-search">Search for a movie</label>
|
||||
<input list="movies" name="movie-search" id="movie-search" />
|
||||
<datalist id="movies">
|
||||
{{ range (where .Site.Pages "Section" "reviews") }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue