You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The JsonForms component allows a renderers property to be specified which constrains the set of renderers that are considered during rendering, but the layout renderers do not pass that property to their children, hence the initial constrains become obsolete.
To Reproduce
Use the material renderer set with custom renderers for controls.
Specify <JsonForms renderers={materialRenderers} />, which should use default material renderers for controls
Expected behavior
If the renderers property has been specified it should be considered for alll nested elements as well. Used Setup (please complete the following information):
Framework: react
RendererSet: material
The text was updated successfully, but these errors were encountered:
Describe the bug
The
JsonForms
component allows arenderers
property to be specified which constrains the set of renderers that are considered during rendering, but the layout renderers do not pass that property to their children, hence the initial constrains become obsolete.To Reproduce
<JsonForms renderers={materialRenderers} />
, which should use default material renderers for controlsExpected behavior
If the
renderers
property has been specified it should be considered for alll nested elements as well.Used Setup (please complete the following information):
The text was updated successfully, but these errors were encountered: