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)
Hotwire/Turbo Frames: why `target: "_top"` isn't requesting pages via fetch?
I'm in the early stages of migrating a Rails app from Turbolinks/rails-ujs (using good ol js.erb views that worked wonders) to Hotwire/Turbo.
Picture a traditional users/index.html.erb page with a sea...
sandre89
Votes: 0
Answers: 1
Turbo frame not loading html when using src attribute
I am trying to load html into a turbo frame using the src attribute, but when I load the page the frame exists on I don't see a network request being issued to get the html.
This is the markup I have ...
Jbur43
Votes: 0
Answers: 1
How to clear form after submission in rails using (stimulus) hotwire?
I have a form which creates a new post, and a stimulus controller that clears the input fields after submission. However, it does this before the input values reach my rails controller.
This is my for...
def avi
Votes: 0
Answers: 1
Login flow with Hotwire
I'm currently developing my first application with Rails and Hotwire.
It includes a comment form visible to all users. When unauthenticated users submit it, I'd like to open the login form (managed by...
davidg
Votes: 0
Answers: 1