diff options
| author | Marcio Vicente <[email protected]> | 2015-10-13 22:56:54 -0300 |
|---|---|---|
| committer | Marcio Vicente <[email protected]> | 2015-10-13 22:56:54 -0300 |
| commit | c46d1d65f1c87766abeed72d8ad2819e7ff737d2 (patch) | |
| tree | 5c688028b876df4f0045d3f938e2779bdbf587e3 | |
| parent | 724bf862885f57383f3a19ed46a6deab0f2322a6 (diff) | |
| download | bootstrap-c46d1d65f1c87766abeed72d8ad2819e7ff737d2.tar.xz bootstrap-c46d1d65f1c87766abeed72d8ad2819e7ff737d2.zip | |
Adding autocomplete attribute in docs input search
| -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 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> |
