catch up to master. also added maximum input length example for #721
This commit is contained in:
parent
4a3e0c5078
commit
91e8cbba8e
1 changed files with 1 additions and 0 deletions
|
@ -986,6 +986,7 @@ $(document).ready(function () {
|
|||
</dl>
|
||||
</td></tr>
|
||||
<tr><td>minimumInputLength</td><td>int</td><td>Number of characters necessary to start a search</td></tr>
|
||||
<tr><td>maximumInputLength</td><td>int</td><td>Maximum number of characters that can be entered for an input</td></tr>
|
||||
<tr><td>minimumResultsForSearch</td><td>int</td><td>
|
||||
<p>
|
||||
The minimum number of results that must be initially (after opening the dropdown for the first time)
|
||||
|
|
Loading…
Add table
Reference in a new issue