Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-02-08 01:42:39 +00:00
commit 6bffd6da6f

View File

@ -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,