How to prevent Turbo from striping params from form URL
After Turbo upgrade: I have a form that is sending a GET request with the following URL /some-url?param1="hello" When the form is submitted param1 is being striped out so it's not being sent. The...
Denis Omerovic posted