Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: input name overriding form method and action checks (#8471)
* change form.method to form.getAttribute * add changeset * normalise form.getAttribute value * remove helper method and use HTMLFormElement.prototype * change form.action to use HTMLFormElement.prototype * revert unneccesary form cloning from runtime/client.js * tidy up Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
- Loading branch information