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

API called after item selected

Open 0101coding opened this issue 5 years ago • 0 comments

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

0101coding avatar Apr 27 '19 18:04 0101coding