phoenixframework / phoenix_live_view

Rich, real-time user experiences with server-rendered HTML
https://hex.pm/packages/phoenix_live_view
MIT License
6.14k stars 921 forks source link

Downcase form method in <.form> #3431

Closed SteffenDE closed 2 weeks ago

SteffenDE commented 2 weeks ago

The HTML form method attribute is case insensitive, so if we get a get / post we always use the downcased version.

Fixes #3422.