From f212ed9a71b20f7eb51a7d4e454f79bca605018a Mon Sep 17 00:00:00 2001 From: Yousef Ourabi Date: Sun, 2 Sep 2012 10:19:33 -0700 Subject: [PATCH] updating documentation for closeOnSelect closeOnSelect should be set to false to stay open, as the name implies, not true as the documentation previously stated. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a6f6b17..4ed76141 100755 --- a/index.html +++ b/index.html @@ -938,7 +938,7 @@ $("#e18,#e18_2").select2(); 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 disabled.