Added back aria-label to search input (#1517)

* update development guides on how to launch the local servers

* brings back aria-label to search form as form elements must have labels
This commit is contained in:
Jaime Iniesta
2020-03-19 11:42:06 +01:00
committed by GitHub
parent 83a6b8b63c
commit 7657c4b82c
2 changed files with 9 additions and 4 deletions

View File

@@ -31,6 +31,7 @@
type="text"
class="md-search__input"
name="query"
aria-label="{{ lang.t('search.placeholder') }}"
placeholder="{{ lang.t('search.placeholder') }}"
autocapitalize="off"
autocorrect="off"