Describe the bug
useVuetifyArrayControl returns a rawChildErrors property that is intended to expose the unfiltered child errors from the array control. The returned rawChildErrors is a plain ErrorObject[], so it never updates when validation errors change.
Expected behavior
rawChildErrors should be reactive and reflect the current child errors as they change over time
Steps to reproduce the issue
Create a custom array renderer that uses useVuetifyArrayControl and watch rawChildErrors for changes.
Screenshots
No response
Which Version of JSON Forms are you using?
v3.7.0
Package
Vue Vuetify Renderers
Additional context
No response
Describe the bug
useVuetifyArrayControlreturns arawChildErrorsproperty that is intended to expose the unfiltered child errors from the array control. The returnedrawChildErrorsis a plainErrorObject[], so it never updates when validation errors change.Expected behavior
rawChildErrorsshould be reactive and reflect the current child errors as they change over timeSteps to reproduce the issue
Create a custom array renderer that uses
useVuetifyArrayControland watchrawChildErrorsfor changes.Screenshots
No response
Which Version of JSON Forms are you using?
v3.7.0
Package
Vue Vuetify Renderers
Additional context
No response