1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02: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

View File

@@ -1543,6 +1543,12 @@ $('.carousel').carousel({
<td>8</td>
<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>