From 098ad8ba1665826af6221451ba00dfcfb2f6663c Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Fri, 1 Mar 2013 00:50:06 -0800 Subject: [PATCH] doc fix --- index.html | 2 +- select2-latest.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 () { boolean

- 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 () { boolean

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