New Discussion

Notifications

You’re not receiving notifications from this thread.

How to prevent Turbo from striping params from form URL

0
Rails

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. There is a known issue with this but still not sure how to make it work.

Join the discussion
Create an account Log in