1
0
mirror of synced 2024-11-25 14:26:03 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2013-01-10 08:50:06 -08:00
parent 9e9afba9a3
commit 943b4d634a
2 changed files with 5 additions and 1 deletions

View File

@ -1378,6 +1378,10 @@ $("#tags").select2({
<tr><td>selectOnBlur</td><td>boolean</td><td>
<p>Set to <code>true</code> if you want Select2 to select the currently highlighted option when it is blurred</p>
</td></tr>
<tr><td>loadMorePadding</td><td>integer</td><td>
Defines how many results need to be below the fold before the next page is loaded. The default value is <code>0</code> which means the result list needs to be scrolled all the way to the bottom for the next page of results to be loaded. This option can be used to trigger the load sooner, possibly resulting in a smoother user experience.
</td></tr>
</table>
<div class="row">

@ -1 +1 @@
Subproject commit b562d1a0e55678117be6248adc84823280dfb6be
Subproject commit 5f2828098e6e98f33efe6db39555c4708e5a7240