Ask A Question

Notifications

You’re not receiving notifications from this thread.

How to prevent Turbo from striping params from form URL

Denis Omerovic asked in 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.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.