We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f8060 commit c467d2eCopy full SHA for c467d2e
src/components/Autocomplete/SectionItemsList/SectionItemsList.tsx
@@ -84,7 +84,7 @@ const DefaultRenderSectionItemsList: RenderSectionItemsList = function ({ sectio
84
})}
85
</ul>
86
{displayShowAllResultsButton &&
87
- type === 'autocomplete' &&
+ (typeof type === 'undefined' || type === 'autocomplete') &&
88
section.indexSectionName === 'Products' && (
89
<div className='cio-section-footer'>
90
<button
0 commit comments