DEV Community

Discussion on: How to use modals with forms in Rails using Turbo

Collapse
 
dstull profile image
Doug Stull • Edited

I've updated the code used in this post with the latest release of turbo. I had to change how things loaded a bit and rely on turbo include tag to load turbo correctly. Webpack loading was having issues with any update of turbo-rails past 0.5.3.

Latest commit shows the updates gitlab.com/doug.stull/turbo_modal/...