How can I know when all the fields of the jsonForm are valid?

Is there a way I can know from the wrapping external component (angular) if a form is finally valid in all it’s fields?

Hi @otrebor,

The JSON Forms root component in Angular provides an errors @Output. Once you receive an empty array, the form is valid.