You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<formid="targeted-form-post" method="post" action="/__turbo/redirect" target="_blank"><inputtype="hidden" name="path" value="/src/tests/fixtures/one.html"><inputtype="submit" id="form-post-submit" value="Submit with target"/></form>
Turbo treats it as a normal submission and ignores the target. If data-turbo="false" is added to the form, it behaves as I would expect, triggering the submission from a new tab/window.
The text was updated successfully, but these errors were encountered:
When submitting the following form
Turbo treats it as a normal submission and ignores the target. If
data-turbo="false"
is added to the form, it behaves as I would expect, triggering the submission from a new tab/window.The text was updated successfully, but these errors were encountered: