3 ms·
No worries! You can prevent the page from scrolling to the top by adding `mu-scroll="false"` to the link or form triggering the request. You can also disable it
by amaury_bouchard 7mo ago
No worries! You can prevent the page from scrolling to the top by adding `mu-scroll="false"` to the link or form triggering the request. You can also disable it globally with `mu.init({ scroll: false })`.
In the Playground, the scroll-to-top behavior is intentiona, it's there to illustrate that feature.
- _HMCB_ 6mo agoAwesome. Thank you.