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;
|
||||
},
|
||||
},
|
||||
{
|
||||
...getAllowMultiple({ title: 'Allow multiple selection' }),
|
||||
useVisible() {
|
||||
const field = useField();
|
||||
return field.componentProps.multiple !== false;
|
||||
},
|
||||
},
|
||||
getAllowMultiple({ title: 'Allow multiple selection' }),
|
||||
{
|
||||
...titleField,
|
||||
useVisible: useIsAssociationField,
|
||||
|
Loading…
x
Reference in New Issue
Block a user