oferh / ng2-completer

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

Options shoud be start with entered value. #398

Open ajmalsha opened 5 years ago

ajmalsha commented 5 years ago

Hi, Currently the dropdown suggesting value is like any values that contains the entered value. But I need it like the suggested options should be start with the entered value. I didn't find any documentation related to this. Can you please help me.

Thanks.