Implementing autocomplete
问题 I am having trouble finding a good autocomplete component for Angular2. Just anything that I can pass a list of key-label objects to and have a nice autocomplete on an input field. Kendo does not support Angular 2 yet and that it what we mostly use internally. It doesn't appear that Angular Material supports Angular 2 yet either. Can anyone please point me in the right direction or let me know what they are using? This is what I built so far. It's pretty bad and I'd like to find something