diff options
| author | Jacob Thornton <[email protected]> | 2012-07-22 14:50:52 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-07-22 14:50:52 -0700 |
| commit | fae6c36874b102408b53c6e5d980b247a9779dea (patch) | |
| tree | b9aa63f055d185c9921c8ad6ff16800e2c73f00f /docs/javascript.html | |
| parent | 8281a9023a9a687be007de85f1731d131eedaf30 (diff) | |
| download | bootstrap-fae6c36874b102408b53c6e5d980b247a9779dea.tar.xz bootstrap-fae6c36874b102408b53c6e5d980b247a9779dea.zip | |
adds minLength #3960
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 6 |
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> |
