Commit ceac274a authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '280811-mr-analytics-chart-tooltip-overlays-filter-dropdown' into 'master'

MR Analytics: Chart tooltip overlays filter dropdown

See merge request gitlab-org/gitlab!47274
parents de6da188 4025abac
......@@ -75,6 +75,11 @@ export default {
type: String,
required: true,
},
suggestionsListClass: {
type: String,
required: false,
default: '',
},
},
data() {
let selectedSortOption = this.sortOptions[0]?.sortDirection?.descending;
......@@ -315,6 +320,7 @@ export default {
:placeholder="searchInputPlaceholder"
:available-tokens="tokens"
:history-items="filteredRecentSearches"
:suggestions-list-class="suggestionsListClass"
class="flex-grow-1"
@history-item-selected="handleHistoryItemSelected"
@clear-history="handleClearHistory"
......
---
title: 'MR Analytics: Fix chart tooltip covering filter dropdown'
merge_request: 47274
author:
type: changed
......@@ -169,6 +169,7 @@ export default {
:search-input-placeholder="__('Filter results')"
:tokens="tokens"
:initial-filter-value="initialFilterValue"
suggestions-list-class="gl-z-index-9999"
@onFilter="handleFilter"
/>
<url-sync :query="query" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment