We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! we have a Problem with the rendering of the elements.
we have such structure of the schema:
For the renderers we use ObjectList Element to render the list with scope: #/properties/adserver/properties
than rendering of the elements of the first level (using type Control) with scope: #/properties/...
the second level of the properties inside config block also using type 'Control' with scope: #/properties/config/properties/...
in this case we get an error 'No applicable renderer found!'
to fix this we render the list with scope: #/properties/adserver/additionalProperties and we have added "additionalProperties" to the schema:
elements should be rendered
No response
v3.3.0
Angular
Material
The questions:
Best Regards, Andrey
The text was updated successfully, but these errors were encountered:
Hi @AndreyWirz , could you also post an excerpt of your UI Schema, please? That makes it easier to judge what exactly goes wrong.
Sorry, something went wrong.
No branches or pull requests
Hello! we have a Problem with the rendering of the elements.
we have such structure of the schema:
For the renderers we use ObjectList Element to render the list with scope:
#/properties/adserver/properties
than rendering of the elements of the first level (using type Control) with scope: #/properties/...
the second level of the properties inside config block also using type 'Control' with scope: #/properties/config/properties/...
in this case we get an error 'No applicable renderer found!'
to fix this we render the list with scope: #/properties/adserver/additionalProperties
and we have added "additionalProperties" to the schema:
Expected behavior
elements should be rendered
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.3.0
Framework
Angular
RendererSet
Material
Additional context
The questions:
Best Regards,
Andrey
The text was updated successfully, but these errors were encountered: