diff options
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> |
