Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-02-08 01:43:00 +00:00
commit 8f92f9202f

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,