I have a search bar that when the search button is hit it will call a web service. The results of the web service can be quite large.
What I want to do is disable the "Search" button until the length of the search phrase is at least 3 characters. This will help in narrowing down the search results.
And yes, I've looked at this post. I can't get it to work for me (3.1.3 SDK).
Is this possible? How would I do this?