oferh / ng2-completer

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

How to configure component to continue entering #212

Closed kotromeo closed 7 years ago

kotromeo commented 7 years ago

http://take.ms/th97h When i'm entering value and moved cursor to available variables, after that i'm need to continue entering but symbols added to end of string. Value in field should be changed not on focus of available variables, it's should changed when i'm clicking on variable.

oferh commented 7 years ago

set fillHighlighted to false

kotromeo commented 7 years ago

thanks, helped.