ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

don't allow to select using a keyboard down arrow #69

Open chiragsatapara opened 7 years ago

chiragsatapara commented 7 years ago

12 @ivirabyan , Mention input autocomplete list doesn't allow me to select using a keyboard down arrow , i must have to select using a mouse , Can you please help me to solve this issue.

ivirabyan commented 7 years ago

It should support keyboard navigation, you can check example. I suppose some other code is prevent keyboard events from bubbling to mentions plugin. I can't tell which exactly, because I don't know your setup

dinhtuvu commented 7 years ago

It has supported arrow key

marciodsousa commented 7 years ago

Make sure you are not overriding the style for the

  • element. In my case I had a styling the anchor elements inside the LIs on Hover (background color) and it would cover the hole line only on hover.