pespantelis / vue-typeahead

:mag: Typeahead component for Vue.js
http://pespantelis.github.io/vue-typeahead
MIT License
517 stars 97 forks source link

Use local resource for lookup #37

Closed blackfyre closed 8 years ago

blackfyre commented 8 years ago

Hi!

Thanks for the great component! It helped me a few time already, but I came across a new request and I'm unsure how to solve this one. The problem is that I'm trying to implement this as a part of a tag/token selector, and all the possible tags/tokens are already available locally and there's no actual need for an ajax request, but the component only supports remote requests.

Could this component be extended to optionally support local resources?

pespantelis commented 8 years ago

Hi @blackfyre!

Please check the issue #25.

blackfyre commented 8 years ago

Wonderful!

Thanks!