Hi Experts,
I have a requirement where in I have to show suggestion in an input field but for that I need to make server call.
That is, after user types in something i need to make a server call and then the response should be bound to suggestion items list.
I tried using addSuggestionItem but for that I need to loop on the whole response and then inside for loop I can call this method of addSuggestionItem .
I was wondering is there a way, I can bind the result directly to the suggestion Item.
Thanks,
Mansi