posted 15 years ago
I added that, and now I undestand that it is really meant for a single autocompleter only, so that the list of values to choose from for the current list is reduced with each key stroke. So when you get to the end of the characters in the value, there is no need to perform the ajax query, since you've obviously already four your value. I can see the call to the server with first M, then M0
But for what I'm trying to do, I'm not autocompleting cb1, but setting up the values in cb2. The user wants to be able to either type in the value or select from the drop down, in each of the two combo boxes.
Any other ideas?
Thanks,
Bill