element-plus [Bug Report] [Component] el-form resetFields()方法对el-checkbox-group失效,仍显示错误提示信息

e5nszbig  于 2022-11-02  发布在  其他
关注(0)|答案(2)|浏览(84)

Bug Type:Component

Environment

  • Vue Version: 3.2.33
  • Element Plus Version: 2.1.9
  • Browser / OS: Chrome 100.0.4896.127/ macOS 10.15.7
  • Build Tool: Vite

Reproduction

  • el-form
  • el-form-item
  • el-checkbox-group

Element Plus Playground

Steps to reproduce

表单没有填写点击create使用validate()后点击 reset使用resetFields()后多选框错误提示仍然显示。
再次重复上面的步骤后多选框错误不显示错误提示。

What is Expected?

多选框不再显示错误提示消息

What is actually happening?

第一次多选框显示错误提示消息

Additional comments

  • (empty)*

相关问题