Debounce event
katafractari opened this issue · 0 comments
katafractari commented
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.