darrenjennings / vue-autosuggest

🔍 Vue autosuggest component.
https://darrenjennings.github.io/vue-autosuggest
MIT License
621 stars 91 forks source link

[Feature Request] Debounce option #230

Open capoia opened 2 years ago

capoia commented 2 years ago

Hi, initially I wanted to thank you for the package, I'm using it in my project and loving it.

I would like to know if you already have, and if you don't, request a debounce option, as I'm going to use it as a search field, it would be interesting to make the request only after a certain period, so as not to overload the server.