diff --git a/packages/core/client/src/schema-settings/LinkageRules/ValueDynamicComponent.tsx b/packages/core/client/src/schema-settings/LinkageRules/ValueDynamicComponent.tsx index 34f694b26..1b08c707e 100644 --- a/packages/core/client/src/schema-settings/LinkageRules/ValueDynamicComponent.tsx +++ b/packages/core/client/src/schema-settings/LinkageRules/ValueDynamicComponent.tsx @@ -28,6 +28,7 @@ export const ValueDynamicComponent = (props: ValueDynamicComponentProps) => { form, record, uiSchema: schema, + noDisabled: true, }); const { compatOldVariables } = useCompatOldVariables({ collectionField: { uiSchema: schema, collectionName },