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
Related Component
el-form
el-form-item
Reproduction Link
Element Plus Playground
Steps to reproduce
先点击提交数据、在点击选择已有信息。会触发dialog的表单验证。
What is Expected?
外层的form 验证不影响dialog的表单组件
What is actually happening?
外层的form影响到了dialog的组件验证功能。
Additional comments
(empty)
1条答案
按热度按时间yeotifhr1#
由于目前 FormItem 的验证信息会影响到其节点下所有 Input,你可以增加
append-to-body
让 Dialog 渲染在 body