Disable Turbo drive on a form
23 April 2022 (Updated 23 April 2022)
Add the data-turbo="false"
attribute to the form:
<form action="/messages" method="post" data-turbo="false">
...
</form>
Sources
Tagged:
Rails
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment