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

Debounce event

Open katafractari opened this issue 6 years ago • 0 comments

The XHR request is started as soon as the user starts typing, which means that for every character a request new request is spawned immediately. It would be nice to have debounce event parameter in order to delay the request until the user stops typing.

katafractari avatar Jun 20 '18 12:06 katafractari