Is there a way to know property key and value when an item's property value is changed within a ListWithDetail?

I am attempting to update City Values when a Country is selected in my form. Since its a ListWithDetail type layout, what would be the best way to update the value of a property of an item within the list when another property’s value within the same item changes in Vue3?

Hello @arjun99 ,
This is not natively supported by JsonForms’ controls. You need to implement a custom renderer that updates the other value on change, too