aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcio Vicente <[email protected]>2015-10-13 22:56:54 -0300
committerMarcio Vicente <[email protected]>2015-10-13 22:56:54 -0300
commitc46d1d65f1c87766abeed72d8ad2819e7ff737d2 (patch)
tree5c688028b876df4f0045d3f938e2779bdbf587e3 /docs
parent724bf862885f57383f3a19ed46a6deab0f2322a6 (diff)
downloadbootstrap-c46d1d65f1c87766abeed72d8ad2819e7ff737d2.tar.xz
bootstrap-c46d1d65f1c87766abeed72d8ad2819e7ff737d2.zip
Adding autocomplete attribute in docs input search
Diffstat (limited to 'docs')
-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 545c9655d..7d74f5352 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -1,7 +1,7 @@
<div class="bd-sidebar">
<form class="bd-search hidden-sm-down">
- <input type="text" class="form-control" id="search-input" placeholder="Search...">
+ <input type="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off">
<div class="dropdown-menu bd-search-results" id="search-results"></div>
</form>