adds minLength #3960
This commit is contained in:
parent
8281a9023a
commit
fae6c36874
7 changed files with 42 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue