oferh / ng2-completer

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

fill highlighted should work only when move with arrows and not with mouse hover #375

Open na-le opened 6 years ago

na-le commented 6 years ago

according to our requirements I should fill the input with the highlighted element only when the user move with keyboard arrows and not when he overs them with the mouse (like windows drop downs). can ng2-completer do it? the property fillHighlighted fill it when selecting with keyboard or with the mouse. how can I change it?

oferh commented 6 years ago

@na-le this behaviour is not supported. The only option I can think of is to fork the code