Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(object-widget): highlight nested validation errors (#7330)
When building nested controls for fields in an object widget, ensure the object's ID is passed through as a 'parent' so that errors in nested fields can be linked to the parent. This ensures that a validation error on a field within an object will "bubble up" and show an error on a collapsed object's control in the editor, helping users to identify where there are validation errors.
- Loading branch information