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
'title' can be defined in both the resolving subschema and the resolved to subschema.
This fix enhances JSON Forms to take both of these cases into account when resolving
subschemas in combinators. Intermediate titles will still be ignored.
Fixes#2164
Describe the bug
Consider this schema:
When calling createCombinatorRenderInfos, the title of the subschemas is not reflected in the label for individual renderinfos.
Expected behavior
The label for individual renderinfos is informed by the title of the subschema.
Steps to reproduce the issue
I've got a test case in a PR I'm about to open, which fails without the change I'm introducing.
Screenshots
No response
In which browser are you experiencing the issue?
Node
Which Version of JSON Forms are you using?
v3.1.0
Framework
Core
RendererSet
Material, Vanilla, Other (please specify in the Additional context field)
Additional context
No response
The text was updated successfully, but these errors were encountered: