Change datalist updates to input events.

Using a keyup event caused hitting the down key to select an item to
refresh the list and move your cursor back to the input field.
This commit is contained in:
Jason Michalski
2024-05-09 21:45:56 -07:00
parent daa0d8b82e
commit 12989ae67f

View File

@@ -13,7 +13,7 @@
size="100"
list="node_options"
value="{{raw_node_id}}"
hx-trigger="keyup delay:100ms"
hx-trigger="input delay:100ms"
hx-get="/node_match"
hx-target="#node_options"
/>