python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Links inside a turbo frame with data-turbo-action="replace" (for instance: pagination links) are triggering 'turbo:load' on the page
Picture a very common use-case described in the official Handbook: a <turbo-frame> that contains pagination links.
So, turbo supports (encourages?) annotating these pagination links with data-tu...
sandre89
Votes: 0
Answers: 0
Can Turbo.visit update a turbo frame when onChange changes, without changing the URL?
Inside a form we have 2 select and would like to refresh/update the second select when the first select changes, using onChange
Example:
First select has:
onChange:"Turbo.visit(`/sites/index_by_c...
viktorsmari
Votes: 0
Answers: 0
How do you use a turbo frame to replace an object creation form with an object show partial?
I have a model subscription_tier with show and edit actions with corresponding views. I've wrapped each of these with a turbo frame
<%= turbo_frame_tag subscription_tier do %>
When I edit an ex...
sasav
Votes: 0
Answers: 2
Rails: Turbo Stream Broadcast not updating view
I have a Turbo Stream which is not updating the view and I'm not sure why. I have two other broadcasts setup in a similar configuration which are working fine.
Everything looks like it should be worki...

Phil-6
Votes: 0
Answers: 1