hotwired / turbo

The speed of a single-page web application without having to write any JavaScript
https://turbo.hotwired.dev
MIT License
6.54k stars 415 forks source link

Ignore links and forms that target `"_blank"` #1235

Open seanpdoyle opened 3 months ago

seanpdoyle commented 3 months ago

Closes #1171

Forms that target _blank along with anchors that target [_blank][] navigate new tabs, and are therefore incompatible with Turbo's long-lived session.

This commit ensures that both <a> and <form> submissions that target _blank are ignored.