I have a form with :
data-turbo=“false”
Inside a turbo_frame_tag.
But the form is submitted via js/turbo_stream , is this the exected behavior
I have a form with :
data-turbo=“false”
Inside a turbo_frame_tag.
But the form is submitted via js/turbo_stream , is this the exected behavior
No that is not the expected behavior but I suspect that being inside of a turbo-frame tag is causing the unexpected action.
I have the same issue. What I do instead is capture the submit event with stimulus and call the stopPropagation method on the event.