1
0
mirror of synced 2025-02-04 06:09:23 +03:00

catch up to master. also added maximum input length example for #721

This commit is contained in:
Igor Vaynberg 2013-01-30 22:54:58 -08:00
parent 4a3e0c5078
commit 91e8cbba8e

View File

@ -986,6 +986,7 @@ $(document).ready(function () {
</dl> </dl>
</td></tr> </td></tr>
<tr><td>minimumInputLength</td><td>int</td><td>Number of characters necessary to start a search</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> <tr><td>minimumResultsForSearch</td><td>int</td><td>
<p> <p>
The minimum number of results that must be initially (after opening the dropdown for the first time) The minimum number of results that must be initially (after opening the dropdown for the first time)