Skip to content

Update CreateItemDropdown class to allow the glDropdown filterRemote option

Mike Greiling requested to merge mg-backport-create-item-dropdown-changes into master

Backport of changes in gitlab-org/gitlab-ee!6788

This adds the ability to specify the filterRemote option for glDropdown within CreateItemDropdown's options. This will enable the protected environments dropdown to asynchronously load environment names as the user types in the filter input.

Merge request reports