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
Hi
I need to add data-turbo="false" to a button to deal with servin attached bin file (click download an get a pdf)
<button class="some class" data-turbo="false" type="submit" value="generate_my_pdf" name="generate_pdf">download</button>
but adding data-turbo="false"
the post request is done withou value and name
it's a bug? am I missing something ?
thanks C
The text was updated successfully, but these errors were encountered:
You might want to add some more details. Seems to post with name and value:
Parameters: {"authenticity_token"=>"[FILTERED]", "generate_pdf"=>"generate_my_pdf"}
Sorry, something went wrong.
No branches or pull requests
Hi
I need to add data-turbo="false" to a button to deal with servin attached bin file (click download an get a pdf)
<button class="some class" data-turbo="false" type="submit" value="generate_my_pdf" name="generate_pdf">download</button>
but adding data-turbo="false"
the post request is done withou value and name
it's a bug? am I missing something ?
thanks
C
The text was updated successfully, but these errors were encountered: