mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
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:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user