Skip to content

Commit 0648f79

Browse files
chrisrolfe198Chris Rolfe
andauthored
fix: remove specifying aria-label (#583)
Co-authored-by: Chris Rolfe <chris.rolfe@free-now.com>
1 parent 46792e1 commit 0648f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/experimental/ComboBox/ComboBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function ComboBoxComponent<T extends Record<string, unknown>>(
120120
});
121121

122122
return (
123-
<BaseComboBox<T> aria-label={label} shouldFocusWrap {...restProps}>
123+
<BaseComboBox<T> shouldFocusWrap {...restProps}>
124124
{({ isInvalid }) => (
125125
<>
126126
<Wrapper>

0 commit comments

Comments
 (0)