Skip to content
Snippets Groups Projects
Commit 339fa324 authored by Jared Hancock's avatar Jared Hancock
Browse files

typeahead: Implement `delay` option

This will allow the typeahead to wait a short amount of time before fetching
results from the backend, which will allow for request debouncing per se. In
other words, not every keystroke will signal a request to the backend to
update the results. Instead, when the user slows down typing, the request
will begin thereafter.
parent fc6420d6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment