From f5399c2cf0254f5b8811d2f3f4db0e4329269f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=9B=A8=E6=B0=B4=E8=BF=87=E6=BB=A4=E7=9A=84?= =?UTF-8?q?=E7=A9=BA=E6=B0=94-Rain?= <958414905@qq.com> Date: Sun, 8 Oct 2023 22:29:17 +0800 Subject: [PATCH] fix(variable): should not disable options in expression (#2764) --- .../src/schema-settings/LinkageRules/ValueDynamicComponent.tsx | 1 + 1 file changed, 1 insertion(+) 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 },