mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
Add aria-label to docs search field
This commit is contained in:
parent
6aad73ac6d
commit
f5745ab846
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue