-
{item.label ?? item.value}
+
{label}
{item.description &&
{item.description}
}
diff --git a/packages/grafana-ui/src/components/Combobox/filter.ts b/packages/grafana-ui/src/components/Combobox/filter.ts
index 4562a486b87..868bfc45fd4 100644
--- a/packages/grafana-ui/src/components/Combobox/filter.ts
+++ b/packages/grafana-ui/src/components/Combobox/filter.ts
@@ -6,6 +6,11 @@ export function itemToString