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

:mag: Typeahead component for Vue.js

Results 25 vue-typeahead issues
Sort by recently updated
recently updated
newest added

Thanks for a great package :) This is in response to ticket #71 - it adds the option for `requestDebounce` which debounces the `fetch` method. By default it's not enabled....

could you add in the readme the installation guide in nuxt.js? ty

Fetch could fail and it would appear to be "loading" forever. The handler will call a hook function (`handleError()`) if it is defined. It's a lot like like how `prepareResponseData()`...

Has anyone got an example of the data source I'm struggling to understand how the json data is mapped to the items list. Many Thanks

Hi, I have been trying since last 2 days and looking to find a way to provide source as a local JSON file or array rather providing a URL. Is...

Hi, I was wondering if this package is still actively maintain? thanks

A user had a [question on stackoverflow](https://stackoverflow.com/questions/47150378/vue-typeahead-says-you-need-to-provide-a-http-client/47150676) about how to wire up axios so that vue-typeahead could find it. Having this in the docs somewhere would be helpful for other...

The XHR request is started as soon as the user starts typing, which means that for every character a request new request is spawned immediately. It would be nice to...

Adds a new `error` property/state to be set if the `fetch()` promise fails due to backend request failure or the backend responds with something >=400 (if your HTTP client throws...