When using the jquery ui autocomplete combobox, can you set a default value for the combobox?
Call the option method to set the box's value after you've initialized it.
option
$('#combo').autocomplete( "option" , optionName , [value] )