You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
I'd like to prevent scroll to top when I click on a
<button on:click=search()>
, and thesearch
method callsgoto("?q=foo")
.Prevent scroll seems important in order to keep the user focused on the search form which is not at the top of the page.
I would have the same need with a
<select>
element: changing its value would callgoto("?selected=foo")
.Is it possible?
Cf #376
The text was updated successfully, but these errors were encountered: