This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Typeahead : Filters do not work with Promise as source #1740
Closed
Description
Filters work in expressions passed to typeahead for static arrays. They are ignored when the array source is an asynchronous request.
See 'Asynchronous Results' example provided by documentation. http://plnkr.co/edit/w8uxP0?p=preview. Both filter: and limitTo: are ignored in the results dropdown.