oferh / ng2-completer

Angular 2 autocomplete component
http://oferh.github.io/ng2-completer/
MIT License
348 stars 173 forks source link

Leaving mouse hover on item doesn't removes the selected #427

Open ShravanG opened 5 years ago

ShravanG commented 5 years ago

I have searched for a key and showed list of items. I have mouse hovered on one of the item and showed with the highlighted color in the dropdown. When I remove the mouse hover from the item still the item is highlighted. Do not find any event to remove the highlighter for mouseleave?