Dropdowns > Listbox > gl_redirect_listbox_tag
Currently the `gl_redirect_listbox_tag` uses `GlDropdown` under the hood. The implementation is switched to use the new `GlListbox` component behind the ~"feature flag" `gl_listbox_for_sort_dropdowns`. But we need to check that each instance works correctly with `GlListbox` before rolling out the FF.
To help us with this effort:
1. Locate the page where the dropdown is rendered
2. Take the `before` screenshot. Note how the dropdown works
3. Enable the FF
```shell
rails c
Feature.enable(:gl_redirect_listbox_tag)
```
4. Test that the dropdown works as it did before. Take the `after` screenshot
5. If all is fine - post before/after screenshot into the issue and close it
6. If not - ping `@ohoral` in the issue and describe what the problem is or if you feel empowered :muscle: - fix it yourself
Thank you for your help! :handshake:
epic