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/templates/pages/javascript.mustache | |
| parent | 8281a9023a9a687be007de85f1731d131eedaf30 (diff) | |
| download | bootstrap-fae6c36874b102408b53c6e5d980b247a9779dea.tar.xz bootstrap-fae6c36874b102408b53c6e5d980b247a9779dea.zip | |
adds minLength #3960
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -1475,6 +1475,12 @@ $('.carousel').carousel({ <td>{{_i}}The max number of items to display in the dropdown.{{/i}}</td> </tr> <tr> + <td>{{_i}}minLength{{/i}}</td> + <td>{{_i}}number{{/i}}</td> + <td>{{_i}}1{{/i}}</td> + <td>{{_i}}The minimum character length needed before triggering autocomplete suggestions{{/i}}</td> + </tr> + <tr> <td>{{_i}}matcher{{/i}}</td> <td>{{_i}}function{{/i}}</td> <td>{{_i}}case insensitive{{/i}}</td> |
