updating documentation for closeOnSelect
closeOnSelect should be set to false to stay open, as the name implies, not true as the documentation previously stated.
This commit is contained in:
parent
a9a0db5aa4
commit
f212ed9a71
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ $("#e18,#e18_2").select2();
|
||||||
<td>boolean</td>
|
<td>boolean</td>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
If set to true the dropdown is not closed after a selection is made, allowing for rapid selection of multiple items. By default this option is disabled.
|
If set to false the dropdown is not closed after a selection is made, allowing for rapid selection of multiple items. By default this option is disabled.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="alert alert-info">
|
<p class="alert alert-info">
|
||||||
|
|
Loading…
Add table
Reference in a new issue