1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-25 04:12:55 +01:00

Add aria-label to docs search field

This commit is contained in:
Patrick H. Lauke 2017-01-26 11:12:39 +00:00
parent 6aad73ac6d
commit f5745ab846

View File

@ -1,5 +1,5 @@
<form class="bd-search hidden-sm-down">
<input type="search" class="form-control" id="search-input" placeholder="Search..." autocomplete="off">
<input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off">
<div class="dropdown-menu bd-search-results" id="search-results"></div>
</form>