From ec2132601f0d52d165baddbdbd7a4a6fbcc22c5e Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 20 Apr 2015 19:36:24 -0400 Subject: [PATCH] Use labels by default --- src/definitions/modules/dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 4295e01f6..f75cb00b3 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -2326,7 +2326,7 @@ $.fn.dropdown.settings = { }, // label settings on multi-select - useLabels : false, + useLabels : true, // whether multiple select should filter currently active selections from choices