Creating a custom renderer, is there a setting to perform "as-you-type" searches? #1139
Unanswered
sureshjoshi
asked this question in
Q&A
Replies: 1 comment
-
I just noticed that There is a keydown handler, but not sure if the intention is the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I've recently created a search bar in Svelte following the ideas here using
autocomplete-core
: https://www.algolia.com/doc/ui-libraries/autocomplete/guides/creating-a-renderer/I'm using the
querySuggestions
index to show highlighted, auto-completed search terms. It seems to work very well, other than one important tidbit: It only runs on "enter" (or maybe on blur).Is there a setting I need to use to get it to re-run on each typed letter? I thought that was the default functionality based on my experience using
autocomplete-js
with plugins.Edit: The terminology I was attempting to state was: "as-you-type search"
Beta Was this translation helpful? Give feedback.
All reactions