formio / angular

JSON powered forms for Angular
https://formio.github.io/angular-demo
MIT License
613 stars 461 forks source link

[Issue] Submit event is not firing in Form IO #1061

Open MdFaisalSaeed opened 2 months ago

MdFaisalSaeed commented 2 months ago

I am using a Form IO submit button in one of my pages and on submit, I have added a popup, which has two buttons i.e. Proceed and Cancel. After clicking on Proceed button, I submit the form, but on cancel I close the popup and save the data but not submitting the form.

Submit button is not firing for below conditions: After clicking on submit button, popup opens. I click on cancel button and popup closes. Again, I click on Submit button, popup opens and again I click on cancel button and popup closed and if I try to click on submit button again, nothing happens.

lane-formio commented 2 months ago

Can you please provide any additional information such as what version of angular you are using and possibly a jsfiddle and/or video to demonstrate your issue?