From 0e74ba48b9d57b08168b3fd2c72e0226977718ff Mon Sep 17 00:00:00 2001 From: Jaayden Halko Date: Mon, 28 Jul 2025 10:35:32 +0000 Subject: [PATCH] fix: fix tooltip on hover --- 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 bc0fa73eb9653..e815ca601f0af 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}