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.
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.