Skip to content

Refactor jQuery dropdown implementation to GitLab UI GlDropdown in create_item_dropdown.js

The following component utilizes our old deprecated jQuery-based dropdown implementation and should be replaced with a new implementation based upon GitLab UI's GlDropdown component:

  • app/assets/javascripts/create_item_dropdown.js

Instructions

These uses of initDeprecatedJQueryDropdown are often bespoke implementations with custom logic, so there is no one-size-fits-all guide to replacing it. Look to other resolved issues within this epic for guidance and examples.

Part of &4284

OSZAR »