1
0
mirror of synced 2025-02-09 16:49:24 +03:00

clarification for issue 90

This commit is contained in:
Igor Vaynberg 2012-06-07 20:16:17 -07:00
parent e276f25032
commit 72f848c2a0
2 changed files with 6 additions and 1 deletions

View File

@ -623,6 +623,9 @@ $("#e14_destroy").click(function() { $("#e14").select2("destroy"); });
only
available when the placeholder is specified.
</p>
<p class="alert alert-warning">When attached to a <code>select</code> an <code>option</code> with an empty value must be provided.
This is the option that will be selected when the button is pressed since a select box requires
at least one selection <code>option</code>.</p>
<p>
Also, note that this option only works with

View File

@ -675,7 +675,9 @@ $("#e16_disable").click(function() { $("#e16,#e16_2").select2("disable"); });
only
available when the placeholder is specified.
</p>
<p class="alert alert-warning">When attached to a <code>select</code> an <code>option</code> with an empty value must be provided.
This is the option that will be selected when the button is pressed since a select box requires
at least one selection <code>option</code>.</p>
<p>
Also, note that this option only works with
non-multi-value based selects because multi-value selects always provide such a button for every