Hello everyone.
I seem to have a rather simple, but troublesome issue.
When I try to use the “description” key for the definition of a property, the description text does not get displayed. I am currently trying out JSON Forms using the Angular Seed provided here:
https://github.com/eclipsesource/jsonforms-angular-seed
I have just copied the basic example from the website:
https://jsonforms.io/examples/basic
When entering something into the “Name” field I noticed, that on the website the defined description is shown, but not when I use the example with the angular seed on my machine.
Is this a known issue or maybe something that angular does not support?
Is there a way to get this to work? Maybe using a custom renderer?
Cheers
Thani