aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2017-01-16 14:44:27 +0900
committerMark Otto <[email protected]>2017-01-15 21:44:27 -0800
commit5eb67091b5f97868e825fcc72dae7a4ad4545463 (patch)
tree1897a4d034b1a5f0d175b154ee4612d468bebd48
parent44684a60e55406a1e918ebcadfe49368fe425ad3 (diff)
downloadbootstrap-5eb67091b5f97868e825fcc72dae7a4ad4545463.tar.xz
bootstrap-5eb67091b5f97868e825fcc72dae7a4ad4545463.zip
Update Search input to type="search" (#21617)
This is semantically correct and works just as well.
-rw-r--r--docs/_includes/nav-docs.html2
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>