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.
