This is one of those tutorials that I made for myself in a month when I forget how to do this, but I really want to make a modal real quick lol. I have a twitch that I'm debating using soon, so please follow it 👀www.twitch.tv/deanout
@carltanner3632 Жыл бұрын
Thanks for this Dean. This tutorial about turbo frame modals is super helpful. I appreciate that you keep it basic and mention how id could be used to show the details of the show page.
@sanila20115 ай бұрын
thanks bro for the great tutorial, i'd like to notice than it's useful to add `render layout: false` into controller actions while working with modals because it allows your app not to load the whole layout but only a single view with the modal
@cvaldivia83 Жыл бұрын
Thank you so much for the tutorial, so easy to follow and so helpful
@stpaquet Жыл бұрын
Very interesting as usual. You could have added a section about using turbo_frame_request? in the controller to prevent users from accessing the /posts/new or /posts/edit as the UI is now a popup.
@aynurshauerman Жыл бұрын
Thank you, it is very useful!
@GlaylsonAlves Жыл бұрын
Exactly what I was looking for, just need to tweak for bootstrap. Thanks
@volkanbeyoglu235 Жыл бұрын
did u find a solution for Bootstrap? I am having trouble to display the form inside the modal.
@azizdevfull Жыл бұрын
very helpful : )
@DillonWreek Жыл бұрын
Great stuff. What if you would like to pass a variable to the modal? Like: you have a form that on submission sends a post to the create action, how can the create action show and pass a @variable to the modal?
@yuanweizhou935 Жыл бұрын
Can you create a modal pop up for delete confirmation as well?
@volkanbeyoglu235 Жыл бұрын
Hello. Thank you. Can you show us how to implement this with Bootstrap modal and with the buttons in the modal footer? Thank you
@gauravrewaliya3269 Жыл бұрын
What can i do i click on new post , create new post then current page ,modal popup turbo_frame give Content missing Insted of reloading any hint
@ViktorSchmidt Жыл бұрын
Great ❣️
@AbdulHannan-sj2xi Жыл бұрын
How can we change the background page to dull or change its opacity as bootstrap modal doing.
@moviekapsula Жыл бұрын
good bro
@btrewern Жыл бұрын
Hi, just an fyi, this does not work with the current version of Turbo. It seems you need to add "data: { turbo_frame: '_top' }" to the form_with call. I have been banging my head against a wall for a couple of days so thought I would share this.
@MrJuanPuerto Жыл бұрын
Can you please explain a bit better this? i cannot get it to work
@carltanner3632 Жыл бұрын
BTW, I asked chatGPT how to create a modal with Turbo, and the response was a bit more complicated.
@JohanDonadoBanderas Жыл бұрын
You would have to show the behavior when new Post is created. It behaves strange.
@cyph20828 ай бұрын
Yep and a submission, that could not be validated closes the modal immediately and the user cannot see any error messages.
@haroldpepete Жыл бұрын
you should put tha base model in a partial to reuse its functionality
@xiaohuizhang7004 Жыл бұрын
how about making a nested modal? wait your next video