MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)
MIT License
1.43k stars 124 forks source link

Support for formaction attribute? #248

Open misog opened 2 years ago

misog commented 2 years ago

Hi, can MoOx/pjax support formaction attribute?

<input type="submit" formaction="/action">

or

<button type="submit" formaction="/action">Submit</button>

See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction

Thank you