From b50a78c9ed87b819e6f441398c827a11a24c8eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Thu, 12 Dec 2024 14:34:41 +0800 Subject: [PATCH] fix: Form setFieldValue not reset validation (#51993) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06aa97ab3e..a3d57fa1b9 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "rc-dialog": "~9.6.0", "rc-drawer": "~7.2.0", "rc-dropdown": "~4.2.1", - "rc-field-form": "~2.6.0", + "rc-field-form": "~2.7.0", "rc-image": "~7.11.0", "rc-input": "~1.6.4", "rc-input-number": "~9.3.0",