From ec65a30482387157185851a5d2780188a0628e54 Mon Sep 17 00:00:00 2001 From: qkiroc <30946345+qkiroc@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:18:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(editor):=20=E4=BF=AE=E5=A4=8D=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9=E5=90=8E=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E4=B8=8D=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98=20(#1011?= =?UTF-8?q?3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> --- packages/amis-editor/src/renderer/ValidationControl.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/amis-editor/src/renderer/ValidationControl.tsx b/packages/amis-editor/src/renderer/ValidationControl.tsx index 65d513fc7..4efc99a6c 100644 --- a/packages/amis-editor/src/renderer/ValidationControl.tsx +++ b/packages/amis-editor/src/renderer/ValidationControl.tsx @@ -406,6 +406,7 @@ export default class ValidationControl extends React.Component< @FormItem({ type: 'ae-validationControl', - renderLabel: false + renderLabel: false, + strictMode: false }) export class ValidationControlRenderer extends ValidationControl {}