BIGFIX: scrolling on fp, loading times

This commit is contained in:
Simon Martens
2025-03-04 09:02:24 +01:00
parent 1eae2c23fd
commit 1d32eee20d
4 changed files with 23 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
placeholder="Suchbegriff"
x-model="search"
hx-get=""
hx-trigger="input[if: this.value.length >= 3] delay:3000ms, keyup[enter, if: this.value.length >= 2]"
hx-trigger="input delay:1000ms, keyup[enter]"
hx-select="#searchresults"
hx-target="#searchresults"
hx-swap="outerHTML"