alexurquhart / vue-bootstrap-typeahead

An autocomplete/typeahead component for Vue 2 and Bootstrap 4
https://alexurquhart.github.io/vue-bootstrap-typeahead/
MIT License
206 stars 157 forks source link

API called after item selected #49

Open 0101coding opened 5 years ago

0101coding commented 5 years ago

Thanks for this easy to use and implement plugin.

When implementing the plugin with an API, it fires the debounce method after an item on the autocomplete list is selected. I think this call is not necessary since the user already finds the item in the list. This can further reduce the call to the API at least by 1, which can be helpful for a very busy page.

Screenshot 2019-04-27 at 7 16 03 PM