Commit 8f2587c2 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Pass proper input element

parent 0dff7b44
......@@ -136,11 +136,8 @@ class GitLabDropdown
# Init filterable
if @options.filterable
@input = @dropdown.find('.dropdown-input .dropdown-input-field')
@filter = new GitLabDropdownFilter @input,
@filter = new GitLabDropdownFilter @filterInput,
filterInputBlur: @filterInputBlur
input: @filterInput
remote: @options.filterRemote
query: @options.data
keys: @options.search.fields
......
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