How to add new button in any tab on drag field and listen in component ? [Custom Components]
anyone has any idea about it
Could we get any more information/context about what you are trying to do?
@lane-formio There is no documentation which show example to create custom component in Angular 18 and with @formio/angular package (latest version) . Can you help us with it . That checkmatrix example is oudated.
FYI @travist
@akshaychavangit @formio/angular is a wrapper for @formio/js which means that you can create any custom component and then "install" it into the Formio instance you are running in your application using:
Formio.use(myCustomComponents);
Here are examples and documentation. https://help.form.io/faq/tutorials-and-workflows/custom-component#overview https://github.com/formio/contrib