We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation suggests this works with links only, but it appears that data-turbo="false" does not work with forms:
<form method="post" action="..." data-turbo="false">...
When testing it appears forms are submitted through Turbo regardless of this attribute.
https://turbo.hotwire.dev/handbook/drive#disabling-turbo-drive-on-specific-links
Is there a good workaround for this? I need to be able to disable Turbo for some specific forms.
The text was updated successfully, but these errors were encountered:
Is this issue resolved by #3?
Sorry, something went wrong.
@seanpdoyle looks like it could be. For now I'm looking at a custom Stimulus controller to intercept form submit as a temp workaround.
I believe this issue can be closed now. Use any release onward from dev-builds/latest, as #3 has now been merged.
dev-builds/latest
No branches or pull requests
The documentation suggests this works with links only, but it appears that data-turbo="false" does not work with forms:
<form method="post" action="..." data-turbo="false">...
When testing it appears forms are submitted through Turbo regardless of this attribute.
https://turbo.hotwire.dev/handbook/drive#disabling-turbo-drive-on-specific-links
Is there a good workaround for this? I need to be able to disable Turbo for some specific forms.
The text was updated successfully, but these errors were encountered: