jsonforms-editor
jsonforms-editor copied to clipboard
Error message for missing renderers should be more precise
Description The error message currently is "No applicable renderer found!". It should mention the UI Schema Element it failed to render. Optimally it would show a Details button where I would get a popup with the respective segment of the UI Schema that failed to render.
To reproduce
- Create a control for the name property
- Edit the JSON Schema and change the "name" property to "firstname"
Expected behavior See description
Screenshots

Browser Chrome
Additional context Needs to be fixed in core JSON Forms probably.