Replies: 1 comment 2 replies
-
Thanks, I was searching for this same functionality (I forgot the key name) and it looks like it currently works (1.11.1). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i've been testing the prerelease (1.10.0-pre.7) and love the new
preventScrollReset
feature. i was doing this manually before but i was experiencing bugs which this new API fixed 🙏 thank you.one little niggle though... i am using
setSearchParams
api on form change so that i can prevent scroll position from changing, which means if i want things to work without JS too i have to duplicate my logic in the client andaction
code.i'd really like to be able to do something like this instead:
perhaps i have overlooked a more efficient way to architect this though. would love suggestions if so 💛
Beta Was this translation helpful? Give feedback.
All reactions