Skip to content
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

attribute that will cancel the page request on hover #1232

Open
pqvel opened this issue Mar 28, 2024 · 1 comment
Open

attribute that will cancel the page request on hover #1232

pqvel opened this issue Mar 28, 2024 · 1 comment

Comments

@pqvel
Copy link

pqvel commented Mar 28, 2024

When migrating from version 7.3.0 to 8, I encountered the following problem: There are many links on the site that when clicked on, for example, deleting the cart, setting the reservation status, etc. In version 8, when you hover over these links, the turbo makes a request at this url. I think that we need to add an attribute that will prohibit making a request when hovering.

@airblade
Copy link

data-turbo-prefetch="false"

See #1174.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants