EhabBug / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

BUG #284

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
** What steps will reproduce the problem?

 line 781 in ui.dropdwonchecklist.js : 
 sourceSelect.prop("multiple", true);

** What is the expected output? What do you see instead?

 you must write : sourceSelect.prop("multiple", options.forceMultiple);

** What is your environment?
-- DropDownCheckList version:1,4
-- jQuery version: 1.9.1
-- jQuery UI version:
-- Browser and version:  Chrome Version 25.0.1364.152 m

** Please provide any additional information below/Please attach sample
html

Original issue reported on code.google.com by david.cr...@gmail.com on 13 Mar 2013 at 2:28