aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 70355957c..9b2897699 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1544,6 +1544,12 @@ $('.carousel').carousel({
<td>The max number of items to display in the dropdown.</td>
</tr>
<tr>
+ <td>minLength</td>
+ <td>number</td>
+ <td>1</td>
+ <td>The minimum character length needed before triggering autocomplete suggestions</td>
+ </tr>
+ <tr>
<td>matcher</td>
<td>function</td>
<td>case insensitive</td>