autocomplete clear text box

autocomplete clear text box

Hi

I have 2 autocomplete combo boxes on the page. These are cb1 and cb2.
Both have an ajax source.
The user first selects an item from cb1.
When the user clicks on the drop down button of cb2, the data obtained for the drop down by the ajax call in cb2 is influenced by cb1.
This works with out problem.

However I cannot figure out how to reset the selection text box of cb2 to "" if the user alters the selection in cb1.

Regards

Andrew