From fae6c36874b102408b53c6e5d980b247a9779dea Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 22 Jul 2012 14:50:52 -0700 Subject: adds minLength #3960 --- docs/templates/pages/javascript.mustache | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/templates/pages/javascript.mustache') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 81ef75209..326f2b2e7 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1474,6 +1474,12 @@ $('.carousel').carousel({ 8 {{_i}}The max number of items to display in the dropdown.{{/i}} + + {{_i}}minLength{{/i}} + {{_i}}number{{/i}} + {{_i}}1{{/i}} + {{_i}}The minimum character length needed before triggering autocomplete suggestions{{/i}} + {{_i}}matcher{{/i}} {{_i}}function{{/i}} -- cgit v1.2.3