diff options
| author | Christian Oliff <[email protected]> | 2017-01-16 14:44:27 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-15 21:44:27 -0800 |
| commit | 5eb67091b5f97868e825fcc72dae7a4ad4545463 (patch) | |
| tree | 1897a4d034b1a5f0d175b154ee4612d468bebd48 /docs/_includes | |
| parent | 44684a60e55406a1e918ebcadfe49368fe425ad3 (diff) | |
| download | bootstrap-5eb67091b5f97868e825fcc72dae7a4ad4545463.tar.xz bootstrap-5eb67091b5f97868e825fcc72dae7a4ad4545463.zip | |
Update Search input to type="search" (#21617)
This is semantically correct and works just as well.
Diffstat (limited to 'docs/_includes')
| -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 2b44c8acc..05a9c0b85 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="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off"> + <input type="search" class="form-control" id="search-input" placeholder="Search..." autocomplete="off"> <div class="dropdown-menu bd-search-results" id="search-results"></div> </form> |
