getgrav / grav-plugin-simplesearch

Grav SimpleSearch Plugin
https://getgrav.org
MIT License
44 stars 55 forks source link

Missing label on search field #148

Closed jgonyea closed 4 years ago

jgonyea commented 6 years ago

Hi, The simplesearch_searchbox.html.twig is missing a label for the input field. Using an accessibility checker (http://wave.webaim.org/) throws an error on the search field.

Adding:

<input
            name="searchfield"
            class="search-input"
            aria-label="search"

will correct the error.