Update input value from URL

This commit is contained in:
Daoud Clarke 2023-11-09 14:16:28 +00:00
parent 4583304c86
commit 6b8d0b0161
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -60,6 +60,7 @@
placeholder='Search on Mwmbl...'
title='Use "CTRL+K" or "/" to focus.'
autocomplete='off'
value="{{ query }}"
hx-get="/app/home/"
hx-trigger="keyup changed delay:100ms"
hx-target=".results"