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
Hi @merobal, @travist mentioned that you could possibly help me.
I want to trigger a submitButton Event (or any formio event for that matter) in a custom formio angular elements component. I know i could do this with a js component. But i would like to use angular elements.
Can you help me?
The text was updated successfully, but these errors were encountered:
@merobal
I'm having an issue here when i emit custom event from custom component like below. this.formioEvent.emit({ eventName: 'viewer', data: { url: 'assets/docs/a.pdf' } });
this event is not getting catch in CustomEvent method <formio [form]='formSrc' [submission]='model' [options]='options' (customEvent)="customEvent($event)" ></formio>
Hi @merobal,
@travist mentioned that you could possibly help me.
I want to trigger a submitButton Event (or any formio event for that matter) in a custom formio angular elements component. I know i could do this with a js component. But i would like to use angular elements.
Can you help me?
The text was updated successfully, but these errors were encountered: