Open iBet7o opened 4 years ago
Having the same issue here, anything new on your side ?
Same here...
Same here
Same here
Same problem here.
Maybe that's happening because the name of the fields aren't the same in the main form and in the subform?
For example, let's suppose I have a resource users
that has a required field named first_name
. In the main resource form the input attribute name will be first_name
, but in an hypothetic subform it will be users[0][first_name]
.
I'm definately not a Vue expert so I'm only assuming.
I have configured NestedForm in a field, but creating a record with missing mandatory fields does not show me the errors in each field.
I show you how I have everything configured.
Models
Nova Resources
In the browser
Only the global toasted notification appears, but not in the failed fields.