We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bac65 commit 90ebfcfCopy full SHA for 90ebfcf
packages/client/src/pages/Main/containers/EntitySearchBox/EntitySearchBox.tsx
@@ -103,6 +103,7 @@ export const EntitySearchBox: React.FC = () => {
103
}, [searchData.language]);
104
105
// check whether the search should be executed
106
+ // it has to work also when label is not set but some of the options is selected #2913
107
const validSearch = useMemo<boolean>(() => {
108
return Boolean(
109
(debouncedValues?.labelOrId?.length &&
0 commit comments