2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

adds minLength #3960

This commit is contained in:
Jacob Thornton
2012-07-22 14:50:52 -07:00
parent 8281a9023a
commit fae6c36874
7 changed files with 42 additions and 7 deletions
+6
View File
@@ -1474,6 +1474,12 @@ $('.carousel').carousel({
<td>8</td>
<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>