From a3cfdca7b3046a2000547ee5c98295b4436d18e1 Mon Sep 17 00:00:00 2001 From: Chris Rolfe Date: Thu, 2 Apr 2026 15:37:30 +0200 Subject: [PATCH] feat: update combobox to mark the popover as nonmodal --- src/components/experimental/ComboBox/ComboBox.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/experimental/ComboBox/ComboBox.tsx b/src/components/experimental/ComboBox/ComboBox.tsx index 6b6cca8ad..cc042c1cb 100644 --- a/src/components/experimental/ComboBox/ComboBox.tsx +++ b/src/components/experimental/ComboBox/ComboBox.tsx @@ -134,7 +134,11 @@ function ComboBoxComponent>( />
{isInvalid ? {errorMessage} : description}
- + {children}