Is there a way auto suggest for search? Even fake one

I am looking for solution fake auto-suggest for search. Something like if you start type “a” show Apple, Amazon, America et.c I am trying to use interactions but seems like there is no trigger for keyboard typing.

1 Like

Yes, with custom code. If a feature does not exist, custom code is the only potential alternative.

Here is an example;
https://goodies.pixabay.com/javascript/auto-complete/demo.html

Hey David,

This is totally doable now! I just wrote a tutorial on how to do this kind of auto suggest for search in Webflow.

The end result is something that looks like this (although you can customize it to make it look however you like):

autocomplete_search

It uses a tool called Jetboost which is very straightforward to integrate and does all of the heavy lifting.