form
form copied to clipboard
Read fields error
I have a field items which in turn has objects inside.
items: [
{id: '1', someProp: 'foo'},
{id: '2', someProp: 'bar'}
]
The properties of items are in error, but that error doesn't bubble up to the items field.
Would it be possible to somehow obtain the information about the fields in error on an upper level, aside from the field in error itself?