Skip to content

Refactor assignees component to handle a placeholder

Natalia Tepluhina requested to merge 334810-refactor-token-selector into master

What does this MR do and why?

This MR removes hacky code introduced in !88820 (merged). After adding placeholder and readonly features to GlTokenSelector component in gitlab-ui!2872 (merged), we don't need CSS hacks anymore 🎉

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

No visual changes

How to set up and validate locally

  1. Enable the MVC-2 feature flag

    Feature.enable(:work_items_mvc_2)
  2. Open work item view

  3. Click on assignees

  4. Click on the cross icon on the token to remove the assignee

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #334810 (closed)

Edited by Natalia Tepluhina

Merge request reports