martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
396 stars 21 forks source link

Return 422 on invalid form submit #168

Closed notramo closed 4 months ago

notramo commented 4 months ago

Proof of concept for #167. I tested it locally and everything works. It also fixes Turbo content update. The only breaking case is that if some front-end JS code relies on the response status, which is unlikely as it's not an API call, but HTML rendering.