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)
Why doesn't the turbo_frame_tags content of Rails Turbo appear in the webpage?
I'm following Hotwire's official instructable(https://hotwired.dev/#screencast), trying to test Rails Turbo's sorting functionality. However, I found that some content wrapped by turbo_frame_tag will ...
Ckt22
Votes: 0
Answers: 1
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
turbo stream filter frame fails
To my knowledge I'm passing the variable through, however it keeps throwing an error of undefined, digging further it has no :id. However the search query does work via a console check and pulls the c...
Chrismisballs
Votes: 0
Answers: 0