1
0
mirror of synced 2025-03-11 15:16:09 +03:00

catch up to master

This commit is contained in:
Igor Vaynberg 2012-07-16 11:38:47 +03:00
parent 379f2db8d6
commit eeb29c3ae2
2 changed files with 8 additions and 1 deletions

View File

@ -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