From 466bd281a0643871c4ecb5e898b971ec340f5d90 Mon Sep 17 00:00:00 2001 From: echoyl Date: Wed, 3 Sep 2025 16:24:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(formItem):=E4=BF=AE=E5=A4=8DformItem?= =?UTF-8?q?=E4=B8=AD=E7=9A=84help=E5=B1=9E=E6=80=A7=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/form/components/FormItem/index.tsx | 28 +------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/src/form/components/FormItem/index.tsx b/src/form/components/FormItem/index.tsx index 60273ac18e62..e5ace725c3d5 100644 --- a/src/form/components/FormItem/index.tsx +++ b/src/form/components/FormItem/index.tsx @@ -197,35 +197,9 @@ const WarpFormItem: React.FC< return ( ( - // <> - // {doms.input} - // {typeof help === 'function' - // ? help({ - // errors: inputProps.errors, - // warnings: inputProps.warnings, - // }) - // : doms.errorList} - // {doms.extra} - // - // ), - // }} > {children}