Autocomplete Attribute for Input fields/Page?

How the heck do I enable this in WIX?

Hi Robert,
There isn’t an automated way of adding an autocomplete. You would need to write code that implements the feature (also known as debounce)

you can view an example that implements debounce here:

https://www.wix.com/corvid/forum/tips-tutorials-examples/example-saved-search

and forum posts that touch on the matter here:

https://www.wix.com/corvid/forum/community-discussion/autocomplete-dropdown-search-function-on-wix-site

and here:

https://www.wix.com/corvid/forum/tips-tutorials-examples/give-the-textinput-onkeypress-function-some-time