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
We have a regular form submit event handler that just routes to another route when someone click the button. return false here prevents browser from actual form submission attempt which is desired behavior. However after installing zones this functionality was broken, the browser began to submit the form.
We have a regular form submit event handler that just routes to another route when someone click the button.
return false
here prevents browser from actual form submission attempt which is desired behavior. However after installingzones
this functionality was broken, the browser began to submit the form.Removing the package helped solve the problem.
Notes: We use
iron:router
and severalRouter.onBeforeAction
hooks.The text was updated successfully, but these errors were encountered: