Input autocomplete with XHR

Hi there,

I have been looking for a kind of input autocomplete based on XHR to my API with queries and ng-change events. I finally get something like I was looking for with DATALISTs and INPUTs. It worked in Google Chrome, but when I were going to try in iOS simulator there was no “dropdown-list” in it.

Is there any other option? I didn’t see anything on ionic.

Thanks you!

This is one good example of what you are looking for, but there is nothing in Ionic currently for this.

http://angular-ui.github.io/bootstrap/#/typeahead

Yeah, that’s what I was looking for. The point is that apparently is not tested on mobile browers. I also heard usability issues with mobile experience.

No outright built-in solutions, but here are some previous discussions:

Thanks you @Calendee! I think I will use modal’s solution