catch up to master
This commit is contained in:
parent
9e9afba9a3
commit
943b4d634a
@ -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
|
Loading…
Reference in New Issue
Block a user