diff --git a/src/components/select-menu/SelectMenu.tsx b/src/components/select-menu/SelectMenu.tsx index 2888c94bf..acc7c0646 100644 --- a/src/components/select-menu/SelectMenu.tsx +++ b/src/components/select-menu/SelectMenu.tsx @@ -234,7 +234,7 @@ const SelectMenu = React.forwardRef( }); const {isExpanded, onOpenChange, handleOptionSelect} = useSelectMenu({ - id, + id: selectId, valid, invalid, expanded, @@ -476,7 +476,7 @@ const SelectMenu = React.forwardRef( pointerEvents: 'auto', }} {...interactionsFloatingProps} - aria-labelledby={id} + aria-labelledby={selectId} tabIndex={-1} data-placement={floatingProps.placement} aria-multiselectable={multiSelect}