Autocomplete and IonSearchBar - Following an easey example with input

Hello.

How is posible to implement an IonSearchBar with an autocomplete?

Something like this:

<input type="text" id="programming_language" list="languages"/>
<datalist id="languages">
 <option value="JavaScript"></option>
 <option value="Python"></option>
 <option value="Java"></option>
 <option value="HTML">Stop being a troll</option>
</datalist>

That is an easy example and a way to do it, but with IonSearchBar?

Hi Julian,

You can use ionic4-auto-complete Component. I like it!

In this video you can understand it’s implementation: