Commit c77d7ee2 authored by Chris Hynes's avatar Chris Hynes

Close dropdown on single select

parent 07bf8acd
......@@ -204,6 +204,9 @@
if (!this.options.multiple) {
$optionsNotThis.prop("checked", false).change();
// It's a single selection, so close.
$(this.$container).find(".multiselect.dropdown-toggle").click();
}
if (this.options.selectedClass == "active") {
......
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