I want to remove the spinner (picture which shows that it is loading) from the textfield which supports jquery ui autocomplete.
As there is no event for \"no results returne
If you're stuck on an older version of jQuery ui, the right answer is to use the class ui-autocomplete-loading, which gets added and removed while the request/response is in flight.