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
However, in v2 a prop called label was given into that component which represented the title of the rendered property/field.
In v3, I could not find that information within the node prop that is given to the custom component.
Other (non-custom) components seem that have that information available at node.layout, but in custom components not.
Did I miss something or is it currently not possible to get the title/description of the field that should be rendered?
(Context: I want to display a label over my custom component to clarify for what it is for)
The text was updated successfully, but these errors were encountered:
In VJSF v2 it was possible to use custom components by putting the name of the component into
x-display
.In v3, a similar result is achieved with
However, in v2 a prop called
label
was given into that component which represented the title of the rendered property/field.In v3, I could not find that information within the
node
prop that is given to the custom component.Other (non-custom) components seem that have that information available at
node.layout
, but in custom components not.Did I miss something or is it currently not possible to get the title/description of the field that should be rendered?
(Context: I want to display a label over my custom component to clarify for what it is for)
The text was updated successfully, but these errors were encountered: