diff --git a/packages/react/src/components/ComboBox/ComboBox.tsx b/packages/react/src/components/ComboBox/ComboBox.tsx index a6c85a6323c9..a9b88d534495 100644 --- a/packages/react/src/components/ComboBox/ComboBox.tsx +++ b/packages/react/src/components/ComboBox/ComboBox.tsx @@ -639,9 +639,9 @@ const ComboBox = forwardRef( type="text" tabIndex={0} aria-haspopup="listbox" - aria-owns={getMenuProps().id} title={textInput?.current?.value} {...getInputProps({ + 'aria-controls': isOpen ? undefined : getMenuProps().id, placeholder, ref: { ...mergeRefs(textInput, ref) }, onKeyDown: (