Skip to content

Fix clear icon on environment scope dropdown

Currently we use GlSearchBoxByType in app/assets/javascripts/ci_variable_list/components/ci_environments_dropdown.vue

When you click the clear icon in the search input, it clears the input field but closes the dropdown. We should address this by only clearing the input and not closing the dropdown. This issue may result in addressing the component in gitlab-ui but will need a little investigation.

Screen_Shot_2020-04-03_at_10.51.45_AM