-
Notifications
You must be signed in to change notification settings - Fork 113
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
Adds the support of the formaction attribute #36
base: main
Are you sure you want to change the base?
Conversation
An HTML form can have multiple submit buttons with differents actions. In this case, the [HTML5 formaction attribute](https://www.w3schools.com/tags/att_input_formaction.asp) 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! |
@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. |
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.