Trigger filtering after ajax is complete in dropdown

Closes #15186
This commit is contained in:
Phil Hughes 2016-04-19 10:26:07 +01:00
parent 53a1d705fe
commit d1b2e7b440
2 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,9 @@ class GitLabDropdown
@fullData = data
@parseData @fullData
if @options.filterable
@filterInput.trigger 'keyup'
}
# Init filterable

View File

@ -118,6 +118,7 @@
Manage labels
- else
View labels
= dropdown_loading
= render "shared/issuable/participants", participants: issuable.participants(current_user)
- if current_user