poll.horse/frontend/static/js
Wolvan 23445f7509 Fix options not appearing
The options only appeared when at least 2 letters were typed into the
input field as the event triggered before a value was set into the input
field. Using `keyup` instead of `keydown` delays the event after a
letter has been typed into it.
2022-01-10 21:47:35 +01:00
..
index.js Fix options not appearing 2022-01-10 21:47:35 +01:00
result.js Fix votes from breaking server side rendering 2022-01-08 16:12:51 +01:00