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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
When clicking the "Next" button of the sample form, a log line with the text "nextPage" should be output in the console. The event is documented in the wiki.
Observed behavior
No log line, it looks like the event is not emitted by the mat-formio component.
The (change) event works well and the onChange log line appears.
I tried to use the non-material formio component with the angular-demo app and the event works there.
The text was updated successfully, but these errors were encountered:
Environment
Steps to Reproduce
angular-material-formio
demoapp.component.html
withapp.component.ts
file to containExpected behavior
When clicking the "Next" button of the sample form, a log line with the text "nextPage" should be output in the console. The event is documented in the wiki.
Observed behavior
No log line, it looks like the event is not emitted by the
mat-formio
component.The
(change)
event works well and theonChange
log line appears.I tried to use the non-material
formio
component with theangular-demo
app and the event works there.The text was updated successfully, but these errors were encountered: