FiguredLimited / vue-mc

Models and Collections for Vue
https://vuemc.io
MIT License
626 stars 98 forks source link

Nested validation not working #168

Open phpManiac77 opened 3 years ago

phpManiac77 commented 3 years ago

Nested validation is not working. Even if the nested model is valid the error.errors object contains a key with the name of the nested attribute. So the parent model says always: "Model did not pass validation".