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
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>
0 commit comments