Hello,
The dropdown control does not retract the "dropdown list" when tabbing off to another control (see attachment).
I am using 2008 Vol 2. CRT2.0.
Please kindly provide a solution to solve this issue!
Thank you,Thai Nguyen
This looks like it might be a bug, assuming it's not something unique to your setup or the program you're using.
I suggest that you submit a support request so that a Developer Support Engineer can investigate this one in-depth. I suggest that you include a sample project that we can run and debug, so that we know we're running the same code that you are. You should also confirm in your support request what browser and browser version you're using.
I have already submitted the request to Dev Support Eng (CAS-06984-ZBM7VA). Thank you!
function WebCombo1_EditKeyDown(webComboId,newValue,keyCode){
// close the combo when you hit tab
}
</script