Wyatt Patry
Posts: 0
Joined: Fri Jun 12, 2015 6:38 am

Displaying suggestions in input box

Hi, I just implemented this solution - works great, BUT the suggestions are popping up behind the panel... is there a way to bring them to the front? I tried z index up to -1 and down 3 but still not working...

Wyatt Patry
Posts: 0
Joined: Fri Jun 12, 2015 6:38 am

Displaying suggestions in input box

Fixed, just had to set z index to 10000...

zaik
Posts: 0
Joined: Wed Sep 09, 2015 7:15 am

Displaying suggestions in input box

I am unbale to add autocomplete to my IONIC angular app?
When I tried to include this JS file http://code.jquery.com/ui/1.10.3/jque...

it gives error. Also I cant able to call autocomplete function. Can anyone elaborate How can I use it in Angular IONIC app ?Reply sooner.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Displaying suggestions in input box

Hello Zaik,

We recommend you don't use jQuery in the AngularJS projects at all. Please look at these links for more information: https://material.angularjs.org/latest...
https://docs.angularjs.org/misc/faq

Return to “Issues”