react-autosuggest
react-autosuggest copied to clipboard
Mouse cursor triggers highlight after using up/down keys on top/bottom suggestion
I'm able to reproduce this one in the Scrollable container example at http://react-autosuggest.js.org/ on chrome for mac and windows
Steps to reproduce the issue
- Focus on the input field
- Move cursor to somewhere in the list of countries
- Press up twice with the top suggestion selected or down with the bottom suggestion selected
Observed behaviour: Highlighted suggestion becomes the suggestion under the current position of the mouse cursor Expected behaviour: Mouse should not affect the highlighted suggestion
@greglboxer Hi, I have a same issue like you. Did you resolve this problem eventually? Thank you. #687
Is there any update on this issue or any workaround to solve this issue?