You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out autoComplete doesn't work when i have multiple search fields on my page using the same "selector" option key.
I would expect to see a suggestion list below the search field i type in. But what actually happens that it only shows the last suggestion list created. This is because because the reference of the "that" variable is assigned to the last element because of the for loop.
The temporary fix i apllied is to build two autoComplete instances with both using the same options
Hopefully this can me be fixed in a future version
blokhin, kidconcept, alexdunae, majackson and mattstein