Add prop autoClose to GlCollapsibleListbox component
Currently, the `GlDisclosureDropdown` component supports an `autoClose` prop which we can set to `false` if we do not want the dropdown to close when selecting an item. However, `GlCollapsibleListbox` component does not support this prop. Certain listbox dropdowns need to remain open once an element is selected because they contain a call to action inside the dropdown itself. One example is the [move issue dropdown](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/135484#note_1627329443). ![image](/uploads/d3f4e1ff05c3df44f46f5db6a4be9eb5/image.png){width=233 height=310}
issue