-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turbo Frame on post submit not updating with _top #901
Comments
Closes [hotwired#901][] Add test coverage for submitting `<form>` elements with `[data-turbo-frame="_top"]`. Coverage includes both `<form>` elements outside of `<turbo-frame>` *and* `<form>` elements that are descendants of `<turbo-frame>` elements. [hotwired#901]: hotwired#901
Thank you for opening this issue. I've opened #1038. I did my best to faithfully reproduce the behavior you're describing here. Unfortunately, I wasn't able to reproduce it. Submitting I'd really appreciate feedback on #1038, particularly the structural changes to the |
i know this is long been closed, but i stumbled into the same situation, i could track this down to following:
this works (but without the desired outcome):
this does not work:
|
I am not sure if this is a bug or expected behavior but I have found that if I submit a form with
data-turbo-frame="_top"
that the page does not seem to update while if I set it to a target with an id then it will update the matching frame.It could easily be that I am doing something incorrect but I thought I would first ask whether this is an expected limitation with form submits.
The text was updated successfully, but these errors were encountered: