Skip to content

Add support for multiple tooltips in the same Vue component

What does this MR do?

EE MR, https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2051

  • Add support for multiple tooltips in the same Vue component, v-tooltip directive

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

  • Using ref="tooltip" multiple times in the same Vue component will only result in the last(source-order) to actually have a tooltip.

We want to avoid .has-tooltip and data-toggle="tooltip" in Vue files.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #33223 (closed)

Edited by username-removed-892863

Merge request reports