falsandtru / pjax-api

The advanced PJAX superior to SPA.
https://falsandtru.github.io/pjax-api/
Apache License 2.0
318 stars 28 forks source link

Forms with POST method doesn't work #49

Closed Yahav closed 2 years ago

Yahav commented 2 years ago

It seem like forms with method POST doesn't utilize the PJAX mechanism. is this something that is not supported?

falsandtru commented 2 years ago

You must change the form option value. https://falsandtru.github.io/pjax-api/api/pjax/config/

Yahav commented 2 years ago

But will it handle the form submission properly? gather the fields and the enctype?