From dc32555f5b3b574087916529d58d3afac059d196 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2012 15:46:10 -0800 Subject: [PATCH] Fixes #6370: Add comment to docs on typeahead and autocomplete --- docs/javascript.html | 2 +- docs/templates/pages/javascript.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index 9f574e4f3..8051782e7 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 187372621..e6a8cef0c 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.