jquery-ajax-unobtrusive
jquery-ajax-unobtrusive copied to clipboard
Adds the support of the formaction attribute
An HTML form can have multiple submit buttons with differents actions. In this case, the HTML5 formaction attribute overrides the action attribute of the form element.
@Eilon It would be nice if someone can review and merge this little pull request
@kakone it's best if there is an issue tracking this because we review issues initially to make determinations. If you can log an issue and briefly describe the scenario, we will review it, and then look at the PR as well. Thanks!
@Eilon I have opened an Issue, #40 , in which I briefly describe a real world scenario where I have found that this solution could be really helpful. I strongly believe it would be a good enhancement to the product.
@nprieto95 thanks, we will review the issue and go from there (BTW the person who would look at this issue is on vacation right now so it might be a few days before we get to it).
Closing this PR as the associated issue is closed.
Reopening the PR, as the associated Issue is now reopened.
I would like to see this feature merged from Microsoft.
I now also added the support of the formmethod attribute.