-
Is it possible, when writing a custom component, that I can get a reference to the form that is being built within the edit screen of the component? i.e. I want a form component to be able to have a list of the other components that are already in the form that is being built. Does that make sense? The context object does not seem to have any reference to the form. {
}, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This can be closed. A reference to the other form fields is available in builder.instance.schema.components. |
Beta Was this translation helpful? Give feedback.
-
@mravell can you give an example please? |
Beta Was this translation helpful? Give feedback.
This can be closed.
A reference to the other form fields is available in builder.instance.schema.components.