react-autosuggest icon indicating copy to clipboard operation
react-autosuggest copied to clipboard

Mouse cursor triggers highlight after using up/down keys on top/bottom suggestion

Open greglboxer opened this issue 7 years ago • 2 comments

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

  1. Focus on the input field
  2. Move cursor to somewhere in the list of countries
  3. Press up twice with the top suggestion selected or down with the bottom suggestion selected

autosuggest_cursor_jump

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 avatar Jun 02 '17 20:06 greglboxer

@greglboxer Hi, I have a same issue like you. Did you resolve this problem eventually? Thank you. #687

gengengengengen avatar Nov 13 '19 05:11 gengengengengen

Is there any update on this issue or any workaround to solve this issue?

Harshmakadia avatar Jun 18 '20 09:06 Harshmakadia