I need to use keydown event for ArrowDown/ArrowUp and the input is opening the suggestion list when it's not visible.
Only want to use the event when suggestions are not visible. Right now it opens the autocomplete by pressing ArrowDown and there seems to be no way of preventing it.
vue-autosuggest
version: 2.2.0node
version: 14.15.0npm
(oryarn
) version: 6.14.8Problem description:
I need to use
keydown
event forArrowDown
/ArrowUp
and the input is opening the suggestion list when it's not visible.Only want to use the event when suggestions are not visible. Right now it opens the autocomplete by pressing
ArrowDown
and there seems to be no way of preventing it.