mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
6bffd6da6f
@ -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