From 6c106a85ac34db103e4d9e1c770ee4b4c7aa7349 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Tue, 12 Aug 2025 15:06:04 +0200 Subject: [PATCH] UI: Add `aria-labelledby` and `data-testid` to `MultiCombobox` (#109521) Add aria-labelledby and data-testid props --- .../src/components/Combobox/MultiCombobox.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/grafana-ui/src/components/Combobox/MultiCombobox.tsx b/packages/grafana-ui/src/components/Combobox/MultiCombobox.tsx index 4545a828325..bd9a65b705c 100644 --- a/packages/grafana-ui/src/components/Combobox/MultiCombobox.tsx +++ b/packages/grafana-ui/src/components/Combobox/MultiCombobox.tsx @@ -47,6 +47,8 @@ export const MultiCombobox = (props: MultiComboboxPro maxWidth, isClearable, createCustomValue = false, + 'aria-labelledby': ariaLabelledBy, + 'data-testid': dataTestId, } = props; const styles = useStyles2(getComboboxStyles); @@ -285,15 +287,17 @@ export const MultiCombobox = (props: MultiComboboxPro )}