pespantelis / vue-typeahead

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

Debounce event #71

Open katafractari opened 6 years ago

katafractari commented 6 years ago

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 have debounce event parameter in order to delay the request until the user stops typing.