Hi
I am currently working on a screen in which we are having a auto compelete which fetches the data remotely currently I am facing 2 problems there
a)The user enters the text according to which the suggestion are fetched remotely over a internet currently there is bit delay in getting the data for that time being
"No record found" is shown Is there a option to show loading message there
b) The Suggestions are returned based on some matching done remotely here the autocomplete performs it's filtering too, I have seen filtering modes like contains, begins with, ends, custom etc. How can we avoid the filtering by autocomplete.
Thanks in advance for the help