Skip to content
Snippets Groups Projects
Verified Commit 906b3b4b authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Run filter method for filterable gl_dropdown instances

parent 46dc343f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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');
};
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment