How to apply Autocomplete in input field

Hello sir,
I want to use Autocomplete in input field.

How to use in ionic?

please help me

Hi,
Have you tried this:
https://github.com/guylabs/ion-autocomplete ?

1 Like

Hello
in my controller:
$scope.autoMobileNo=[{mobileNo:‘01921687433’},{mobileNo:‘01553377642’}];

In my html page:
input type=“text” ng-model=“talkTime.mobileNo” >

how to use in autocomplete here?
Please suggest me…

Hi @enamul95,

do you use the ion-autocomplete component?

Regards,

Guy