Bug in Suchfunktion behoben

This commit is contained in:
2023-11-01 08:11:37 +01:00
parent ba53bba0f6
commit 6404792946
3 changed files with 10 additions and 6 deletions

View File

@ -18,7 +18,8 @@
{{define "content"}}
<form>
<label for="search-input">Suche</label>
<input type="text" name="search" id="search-input" hx-post="/search/{{.SessionID}}/" hx-target="#results">
<input id="search-input" name="search" type="text" hx-post="/search/{{.SessionID}}/" hx-target="#results"
hx-trigger="keyup changed delay:200ms" />
</form>
<form>