1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Merge pull request #372 from yourabi/gh-pages

closeOnSelect documentation fix
This commit is contained in:
Igor Vaynberg 2012-09-03 20:18:36 -07:00
commit ea744c3317

View File

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