From 58123e17ca68e45f8360f8bf411fe718da2ee69e Mon Sep 17 00:00:00 2001 From: Jaayden Halko Date: Mon, 28 Jul 2025 16:00:41 +0200 Subject: [PATCH] fix: fix to display tooltip on hover (#19058) --- site/src/components/Combobox/Combobox.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/src/components/Combobox/Combobox.tsx b/site/src/components/Combobox/Combobox.tsx index bc0fa73eb9..e815ca601f 100644 --- a/site/src/components/Combobox/Combobox.tsx +++ b/site/src/components/Combobox/Combobox.tsx @@ -134,7 +134,12 @@ export const Combobox: FC = ({ - + e.stopPropagation()} + > + + {option.description}