jsonforms-editor icon indicating copy to clipboard operation
jsonforms-editor copied to clipboard

Error message for missing renderers should be more precise

Open koegel opened this issue 5 years ago • 0 comments

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

  1. Create a control for the name property
  2. Edit the JSON Schema and change the "name" property to "firstname"

Expected behavior See description

Screenshots image

Browser Chrome

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

koegel avatar Jul 08 '20 13:07 koegel