diff --git a/packages/react/src/components/Dropdown/Dropdown.js b/packages/react/src/components/Dropdown/Dropdown.js index f75a2a01aeac..50afb2a1d1b4 100644 --- a/packages/react/src/components/Dropdown/Dropdown.js +++ b/packages/react/src/components/Dropdown/Dropdown.js @@ -184,7 +184,7 @@ const Dropdown = React.forwardRef(function Dropdown( isHighlighted={ highlightedIndex === index || selectedItem === item } - title={(offsetWidth < scrollWidth && title) || null} + title={(offsetWidth < scrollWidth && title) || undefined} ref={{ menuItemOptionRef: menuItemOptionRefs.current[index], }} diff --git a/packages/react/src/components/Dropdown/__snapshots__/Dropdown-test.js.snap b/packages/react/src/components/Dropdown/__snapshots__/Dropdown-test.js.snap index 917f5b55ae98..04e9b29e8f40 100644 --- a/packages/react/src/components/Dropdown/__snapshots__/Dropdown-test.js.snap +++ b/packages/react/src/components/Dropdown/__snapshots__/Dropdown-test.js.snap @@ -610,7 +610,6 @@ exports[`Dropdown should render with strings as items 1`] = ` onClick={[Function]} onMouseMove={[Function]} role="option" - title="zar" >