I am trying to use the jQueryUI autocomplete plugin but I am unable to make it work.
I am using Spring MVC at the backend and I am returning JSON response by following this this post that I got from the net.
My problem is, there seem to be some problem in the way the autocomplete plugin expects the JSON response. I checked on my firebug and it is displaying below JSON response.
{"data":["TEST-01","TEST-02","TEST-03"]}
No error is being thrown, but the autocomplete is not suggesting anything.