oferh / ng2-completer

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

Options shoud be start with entered value. #398

Open ajmalsha opened 6 years ago

ajmalsha commented 6 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.