diff --git a/index.html b/index.html index 48a2edc6..92b4657a 100644 --- a/index.html +++ b/index.html @@ -1066,7 +1066,7 @@ $(document).ready(function () {
- 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 set to true
.
diff --git a/select2-latest.html b/select2-latest.html index a9469453..2b74608a 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1099,7 +1099,7 @@ $(document).ready(function () {
- 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 set to true
.