element [Bug Report] Form validation blocks submit with form-item bound to child object of form

68de4m5k  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(59)

Element UI version

2.15.0

OS/Browsers version

Chrome

Vue version

2.6.12

https://codepen.io/aldeng11/pen/MWjRXaM

Steps to reproduce

Click submit button in codepen.
Required validation fails.
Enter text.
Click submit.

What is Expected?

The form submits. Required section has been made.

What is actually happening?

Form submits with failed validation. Form still shows invalid. If you bind el-input to ruleForm.name, it works. It fails if el-input bound to ruleForm.schema.name.

vsmadaxz

vsmadaxz1#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题