diff options
| author | XhmikosR <[email protected]> | 2015-10-27 21:06:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-27 21:06:33 +0200 |
| commit | ec0c83f76b5a5c01da8e06a4b8e14b5b923ac757 (patch) | |
| tree | 64f3f53bfd475ed1a5efede1cd72c8a952b35cc6 /docs/_includes | |
| parent | 5ee0d228566c8e3a72367383ec2712884e75ac8b (diff) | |
| parent | c46d1d65f1c87766abeed72d8ad2819e7ff737d2 (diff) | |
| download | bootstrap-ec0c83f76b5a5c01da8e06a4b8e14b5b923ac757.tar.xz bootstrap-ec0c83f76b5a5c01da8e06a4b8e14b5b923ac757.zip | |
Merge pull request #17919 from marciovicente/v4-dev
Adding autocomplete attribute in docs input search
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 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> |
