mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 01:02:42 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user