ng2-typeahead icon indicating copy to clipboard operation
ng2-typeahead copied to clipboard

Google Places as Remote Url

Open kodeine opened this issue 9 years ago • 2 comments

possible to use google places for remote data?

kodeine avatar Aug 30 '16 18:08 kodeine

It is currently designed to accept a static list of data, but I could add an EventEmitter that fires on keyboard input and passes the input text. The input text could be passed to an asynchronous service and the component could be bound to an Observable. Possible enhancement for the future.

ghost avatar Sep 19 '16 18:09 ghost

In this same line, will be awesome if it's handles dynamic list like google place autocomplete. This would work exactly the way you describe above. Can't wait for the next update. Thanks for the awesome work and share.

gteubl avatar Sep 26 '16 13:09 gteubl