mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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;
|
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