From c0c2e38216e11ce9e115188480017164be3d6d72 Mon Sep 17 00:00:00 2001 From: Chris Rolfe Date: Tue, 7 Apr 2026 15:00:25 +0200 Subject: [PATCH] fix: remove specifying aria-label --- src/components/experimental/ComboBox/ComboBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/experimental/ComboBox/ComboBox.tsx b/src/components/experimental/ComboBox/ComboBox.tsx index cc042c1c..ae41f5ae 100644 --- a/src/components/experimental/ComboBox/ComboBox.tsx +++ b/src/components/experimental/ComboBox/ComboBox.tsx @@ -120,7 +120,7 @@ function ComboBoxComponent>( }); return ( - aria-label={label} shouldFocusWrap {...restProps}> + shouldFocusWrap {...restProps}> {({ isInvalid }) => ( <>