Commit 89ce91e7 authored by Chris Hynes's avatar Chris Hynes

Fixed single select issue

parent e9d6e143
......@@ -208,7 +208,7 @@
$checkboxesNotThis.filter(function () { return $(this).is(':checked') != checked; }).trigger('click');
}
if (checked) {
$option.attr('selected', 'selected');
//$option.attr('selected', 'selected');
$option.prop('selected', true);
if (!this.options.multiple)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment