Open
Description
Expected behavior
According to the documentation here you can use data-turbo-confirm
on an a
tag to prevent navigation without a confirmation.
<a href="/articles" data-turbo-confirm="Do you want to leave this page?">Back to articles</a>
Actual behavior
Trying to confirm on navigation doesn't work unless a turbo-method
is specified. Here's a codepen replicating this.
Metadata
Assignees
Labels
No labels
Activity