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

Adds request debounce option

Open tjFogarty opened this issue 5 years ago • 0 comments

Thanks for a great package :)

This is in response to ticket #71 - it adds the option for requestDebounce which debounces the fetch method. By default it's not enabled.

It pulls in the debounce package, which has a minimal impact on bundle size: https://bundlephobia.com/[email protected]

Before:

debounce-off

After (300ms debounce set): debounce-on

tjFogarty avatar Oct 26 '18 14:10 tjFogarty