Hi all,
I’m trying to get the search box integrated with my Angular app. I’ve successfully been able to get everything wired up and I can display the search box, but when I type into it I don’t get autocomplete suggestions. I’ve taken the JS demo and made minor modifications to it to get it to work, but I’m wondering if maybe I’m missing some small detail to get this to work.
I can see that requests are being made when I type into the search box, so at least that’s happening, but it seems that the responses aren’t rendered.
Any help with this would be appreciated.
Shafiq.