Quantcast
Channel: User zarpio - Stack Overflow
Viewing all articles
Browse latest Browse all 39

How to preserve-scroll with buttons using inertia js

$
0
0

Working

<Link :href="route('products')" preserve-scroll>Products</Link>

Not Working

<form @submit.prevent="submit">   ...<button type="submit" preserve-scroll>Submit</button></form>

package.json

..."dependencies": {"@inertiajs/inertia": "^0.10.1","@inertiajs/inertia-vue3": "^0.5.2","@inertiajs/progress": "^0.2.6","vue": "^3.2.20"}...

I haven't found a way in the inertia documentation to preserve scrolling when clicking on buttons, did someone face it yet?


Viewing all articles
Browse latest Browse all 39

Trending Articles