0๐
โ
I solved this by doing the following, thanks to @Claies for the idea to look, and also this link:
https://codepen.io/Pineapple/pen/MWBVqGW
event.preventDefault
onmousedown
- @click on result behaves like normal (close input)
- @click/@focus on input set
open = true
- @blur sets open = false
Source:stackexchange.com