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:
+6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user