I’m running into some issues where the links in user-submitted comments don’t load properly because they are within a turbo frame. Rather than processing these comments and adding data-turbo-frame="_top"
to every link, I was hoping to set data-turbo-frame="_top"
once on a wrapper DIV and have it apply to all its children.
Unfortunately this seems to be ignored and the attribute needs to be set on every individual anchor tag. I wonder if this would be a nice feature for a future version of Turbo?