mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: should show 'Allow multiple selection' in filter form (#6174)
This commit is contained in:
parent
48ca650a68
commit
47ee511e52
@ -443,13 +443,7 @@ export const filterSelectComponentFieldSettings = new SchemaSettings({
|
|||||||
return isSelectFieldMode && !isFieldReadPretty;
|
return isSelectFieldMode && !isFieldReadPretty;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
getAllowMultiple({ title: 'Allow multiple selection' }),
|
||||||
...getAllowMultiple({ title: 'Allow multiple selection' }),
|
|
||||||
useVisible() {
|
|
||||||
const field = useField();
|
|
||||||
return field.componentProps.multiple !== false;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
...titleField,
|
...titleField,
|
||||||
useVisible: useIsAssociationField,
|
useVisible: useIsAssociationField,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user