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
I would consider this a perfect use case for a custom renderer as the user needs to bind some functionality against the button which we otherwise have to generically support in some fashion.
This is useful not only when you have webcomponent and interaction with the form is limited - e.g. if you want to change the form language not only to listen for errors and data changes but also in the case when you integrate the forms with the Vue since the button can be rendered in any place in the forms.
The button is just a named action that you call with some context that's all nothing special really.
Provide button renders that can execute javascript or a named action.
Useful when we want to position the button inside the jsonforms or when using the proposed new webcomponent
The text was updated successfully, but these errors were encountered: