From: Mark Otto Date: Fri, 21 Dec 2012 23:46:10 +0000 (-0800) Subject: Fixes #6370: Add comment to docs on typeahead and autocomplete X-Git-Tag: v2.3.0^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc32555f5b3b574087916529d58d3afac059d196;p=thirdparty%2Fbootstrap.git Fixes #6370: Add comment to docs on typeahead and autocomplete --- diff --git a/docs/javascript.html b/docs/javascript.html index 9f574e4f33..8051782e7e 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1570,7 +1570,7 @@ $('.carousel').carousel({
<input type="text" data-provide="typeahead">
- +

You'll want to set autocomplete="off" to prevent default browser menus from appearing over the Bootstrap typeahead dropdown.


diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 1873726217..e6a8cef0c6 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1500,7 +1500,7 @@ $('.carousel').carousel({ {{! /example }}
<input type="text" data-provide="typeahead">
- +

You'll want to set autocomplete="off" to prevent default browser menus from appearing over the Bootstrap typeahead dropdown.