Describe the bug
While working on #2270 (review), it was discovered that the translation was not working properly.
In the example https://deploy-preview-2270--jsonforms-examples.netlify.app/vue-vanilla/#categorization the second tab "address" is empty. In uischema there is only an "i18n" key defined and no label.
"type": "Category",
"i18n": "address",
"elements": []
Expected behavior
the expected behavior is that at least the key "address" will be returned, even if it cannot be translated.
Steps to reproduce the issue
- Go to https://deploy-preview-2270--jsonforms-examples.netlify.app/vue-vanilla/#categorization
- second tab is empty, but should be labeled with "address"
Screenshots
No response
Which Version of JSON Forms are you using?
v3.2.1
Framework
Vue
RendererSet
Vanilla
Additional context
No response
Describe the bug
While working on #2270 (review), it was discovered that the translation was not working properly.
In the example https://deploy-preview-2270--jsonforms-examples.netlify.app/vue-vanilla/#categorization the second tab "address" is empty. In uischema there is only an "i18n" key defined and no label.
Expected behavior
the expected behavior is that at least the key "address" will be returned, even if it cannot be translated.
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.2.1
Framework
Vue
RendererSet
Vanilla
Additional context
No response