diff --git a/changelogs/unreleased/studio_customSearchBar.json b/changelogs/unreleased/studio_customSearchBar.json new file mode 100644 index 0000000000..377d305fb7 --- /dev/null +++ b/changelogs/unreleased/studio_customSearchBar.json @@ -0,0 +1,5 @@ +{ + "title": "Studio form view: remove display of items preview on search bars", + "type": "fix", + "packages": "core" +} diff --git a/packages/core/src/components/pages/FormView/Custom/CustomSearchBar.tsx b/packages/core/src/components/pages/FormView/Custom/CustomSearchBar.tsx index 69178ad62a..1013cc5f43 100644 --- a/packages/core/src/components/pages/FormView/Custom/CustomSearchBar.tsx +++ b/packages/core/src/components/pages/FormView/Custom/CustomSearchBar.tsx @@ -110,6 +110,7 @@ const CustomSearchBar = ({ loadingList={loading} moreLoading={moreLoading} isListEnd={isListEnd} + oneFilter={true} /> ); };