Hi everyone,
I am trying to use the default vuetify renderer for enums in my form, but it won’t work correctly.
When I change the value of the drop down to something else it does display that new value in the v-select, but behind the scenes the data object is not updated.
I’ve also tried implementing a custom enum renderer, but updating the control.data object in the renderer has no effect on the data object that is later displayed in the parent component.
How to reproduce:
I took the first enum example directly from the website (Multiple Choice - JSON Forms) using the default vuetify renderers that are provided in the json forms vuetify library ( @jsonforms/vue-vuetify). Then try to change the data using the dropdown and observe that the underlying data object does not get updated (Illustrated in this screenshot, above the dropdown the data object is printed).
Can this be reproduced/should I raise an issue on git or am I doing something wrong?
Cheers,
Anny