From d70a5c2903c29fef6e702b8c5987d048cf785f9e Mon Sep 17 00:00:00 2001 From: xingyu Date: Thu, 19 Oct 2023 15:02:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(ApiSelect):=20=E8=AF=A5=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=AE=BE=E5=AE=9A=E6=88=90=E6=89=8B=E5=8A=A8=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/helper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Form/src/helper.ts b/src/components/Form/src/helper.ts index 930cad15..ebbe013e 100644 --- a/src/components/Form/src/helper.ts +++ b/src/components/Form/src/helper.ts @@ -74,6 +74,7 @@ export const defaultValueComponents = ['Input', 'InputPassword', 'InputSearch', // TODO 自定义组件封装会出现验证问题,因此这里目前改成手动触发验证 export const NO_AUTO_LINK_COMPONENTS: ComponentType[] = [ 'Upload', + 'ApiSelect', 'ApiTransfer', 'ApiTree', 'ApiTreeSelect',