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
I reopen a new issue because the problem is still there. The problem is very simple: the formaction attribute on button or input is not taken into account.
This is a sample that reproduces the problem : http://plnkr.co/edit/lc82fluYOGguSHIeKJs2?p=preview
When you click on the "Submit to another page" button, the formaction value ("another_action.html") should be called. It's not the case.
Hello,
I reopen a new issue because the problem is still there. The problem is very simple: the formaction attribute on button or input is not taken into account.
This is a sample that reproduces the problem : http://plnkr.co/edit/lc82fluYOGguSHIeKJs2?p=preview
When you click on the "Submit to another page" button, the formaction value ("another_action.html") should be called. It's not the case.
The PR #36 corrects this.
The text was updated successfully, but these errors were encountered: