Browse Source

Use labels by default

pull/2169/head
jlukic 9 years ago
parent
commit
ec2132601f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.js

2
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

Loading…
Cancel
Save