Update input value from URL
This commit is contained in:
parent
4583304c86
commit
6b8d0b0161
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -60,6 +60,7 @@
|
||||||
placeholder='Search on Mwmbl...'
|
placeholder='Search on Mwmbl...'
|
||||||
title='Use "CTRL+K" or "/" to focus.'
|
title='Use "CTRL+K" or "/" to focus.'
|
||||||
autocomplete='off'
|
autocomplete='off'
|
||||||
|
value="{{ query }}"
|
||||||
hx-get="/app/home/"
|
hx-get="/app/home/"
|
||||||
hx-trigger="keyup changed delay:100ms"
|
hx-trigger="keyup changed delay:100ms"
|
||||||
hx-target=".results"
|
hx-target=".results"
|
||||||
|
|
Loading…
Reference in a new issue