diff options
| author | Patrick H. Lauke <[email protected]> | 2017-01-26 11:14:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-26 11:14:21 +0000 |
| commit | cfb25f6995160d1ba03da23c3a01446844f45fec (patch) | |
| tree | 3b21766a8f328b4361b611b2a07a67f9b4bf763a | |
| parent | 6aad73ac6d07082e607986339661a8e9f5dc0c93 (diff) | |
| parent | f5745ab8464c18587d5dc6fcb4b0f5230169c8a0 (diff) | |
| download | bootstrap-cfb25f6995160d1ba03da23c3a01446844f45fec.tar.xz bootstrap-cfb25f6995160d1ba03da23c3a01446844f45fec.zip | |
Merge pull request #21850 from patrickhlauke/v4-dev
Add aria-label to docs search field
| -rw-r--r-- | docs/_includes/nav-docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 05a9c0b85..94d46537d 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -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> |
