Turn Autocomplete into Autosuggest?

Is there a way to turn the auto complete component into auto suggest? t would be nice to have an option when creating it to turn it into an auto suggest so that accepts entries that aren’t a part of the query. I know this isn’t possible currently, but is there a way to allow it to accept other entries if needed? Some back door work around?

Thanks In advance!

You can use a datalist (needs to be manually set up) instead of an autocomplete
See this old thread which may help which was discussed before the autocomplete component was added to Wappler. It allows manual entries as well as those from the list. I still use it on a site, it works well.

1 Like