Commit 906b3b4b authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Run filter method for filterable gl_dropdown instances

parent 46dc343f
......@@ -543,6 +543,8 @@ GitLabDropdown = (function() {
this.options.opened.call(this, e);
}
if (this.options.filterable) this.filter.filter();
return this.dropdown.trigger('shown.gl.dropdown');
};
......
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