I have a textbox with keydown, click and change event handlers bound to it. When the user enters text in this textbox a preview gets updated simultaneously. This works great!
However, when the user enters some text and then chooses from autocomplete, only the text the user entered i visible in the preview.
It only updates if the user leaves the textbox or clicks in it or enter more characters.
Is there any event that gets fired the instant the user selects from the autocomplete?
Note: I'm not using the jquery autocomplete plugin or anything, just the web browser's autocoplete.