From: Nirav Sanghani Date: Tue, 17 Apr 2012 00:24:51 +0000 (-0700) Subject: Update typeahead docs to reflect new option. X-Git-Tag: v2.0.3~5^2~19^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5a95315eb2aac641d3a28de9f92f75e56813149;p=thirdparty%2Fbootstrap.git Update typeahead docs to reflect new option. --- diff --git a/docs/javascript.html b/docs/javascript.html index 7ad42ae81f..b6f7ce92e1 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1490,6 +1490,12 @@ $('.carousel').carousel({ highlights all default matches Method used to highlight autocomplete results. Accepts a single argument item and has the scope of the typeahead instance. Should return html. + + updater + function + updates input with selection + Method used to update input contents. Accepts a single argument item and has the scope of the typeahead instance. Should return a string. +