-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Why no hooks except for beforeSubmit even though they are in the docs and in @formio/js? #1107
Comments
Is the question that only the beforeSubmit hook is working in angular? Is beforeNext, beforePrev, customValidation hooks not working in angular? |
I looked at the source code a bit and I don't even see them ever being implemented in the Angular version. |
And my question is why? Shouldn't that functionality also be ported over from formiojs? |
We should have these hooks added to formio in angular. We are happy to accept pull requests that add this behavior. If you need to add some behavior after the submit button is pressed we have some documentation on how to listen for events emitted by the form https://help.form.io/developers/form-development/form-renderer#form-events |
The problem is that that list is not up to date because a lot of those form events are not implemented in the angular library like for example the nextPage event. So are these going to be implemented? |
No, this issue currently is not a priority for are development cycle. However any pull requests that add the form event are welcome |
No description provided.
The text was updated successfully, but these errors were encountered: