mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 10:10:24 +00:00
Merge pull request #21850 from patrickhlauke/v4-dev
Add aria-label to docs search field
This commit is contained in:
commit
cfb25f6995
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