I am using the autocomplete on a textbox and executing sql based on the user entry. This is all working fine. What I need to do is if a user enters "Tom Jo" and the suggested item "Tom Jones" is selected, it replaces the "Jo" that was typed with the "Tom Jones" leaving the part before the space "Tom" in the textbox -- so they end up with "Tom Tom Jones".
I am needing any text in the textbox to be cleared if they select an item from the suggestion. Any suggestions?
Appreciate any feedback!