catch up to master
This commit is contained in:
parent
379f2db8d6
commit
eeb29c3ae2
@ -218,6 +218,7 @@ $("#e10_3").select2({
|
||||
<li>Signature of <code>initSeletion</code> has changed to support initialization from asynchronous requests.</li>
|
||||
<li>Dropdown will now open below or above the control depending on available screen space. No more scrolling the page to see to see all matched results.</li>
|
||||
<li>Signature of <code>formatSelection</code> and <code>formatResult</code> changed in a backwards compatible way to support more powerful constructs than supported by strings alone.</li>
|
||||
<li>Separator in multi-valued selects is now cofigurable, <code>,</code> still the default. See <code>separator</code> option in the docs.</li>
|
||||
</ul>
|
||||
</div></div>
|
||||
</section>
|
||||
@ -855,6 +856,12 @@ $("#e18,#e18_2").select2();
|
||||
for the placeholder to work.
|
||||
</p>
|
||||
</td></tr>
|
||||
<tr><td>separator</td><td>string</td><td>
|
||||
<p>
|
||||
Separator character or string used to delimit ids in <code>value</code> attribute of the multi-valued selects.
|
||||
The default delimiter is the <code>,</code> character.
|
||||
</p>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td>allowClear</td>
|
||||
<td>boolean</td>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d6f506e16bbec859bb9fc39e1467112ed422ec0c
|
||||
Subproject commit c17336d1ac26a12083cfcbefdf213f25ec8c1dde
|
Loading…
x
Reference in New Issue
Block a user