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

Pass proper input element

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