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
update_all
The documentation for the update_all method states that you can do this:
<%= turbo_stream.update_all "clearance_item", "Update the content of the dom target identified by the class clearance_item" %>
However this doesn't work, you need to pass in ".clearance_item" as described in the Turbo docs.
".clearance_item"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The documentation for the
update_all
method states that you can do this:However this doesn't work, you need to pass in
".clearance_item"
as described in the Turbo docs.The text was updated successfully, but these errors were encountered: