element-plus [Component] [form, form-item] el-form-item嵌套自定义组件

hjzp0vay  于 5个月前  发布在  其他
关注(0)|答案(1)|浏览(54)

Bug Type: Component

Environment

  • Vue Version: 3.3.4
  • Element Plus Version: 2.3.7
  • Browser / OS: 版本 114.0.5735.133(正式版本) (x86_64)
  • Build Tool: Vite

Reproduction

  • el-form
  • el-form-item

Element Plus Playground

Steps to reproduce

先点击提交数据、在点击选择已有信息。会触发dialog的表单验证。

What is Expected?

外层的form 验证不影响dialog的表单组件

What is actually happening?

外层的form影响到了dialog的组件验证功能。

Additional comments

(empty)

yeotifhr

yeotifhr1#

由于目前 FormItem 的验证信息会影响到其节点下所有 Input,你可以增加 append-to-body 让 Dialog 渲染在 body

相关问题