When using the jquery ui autocomplete combobox, can you set a default value for the combobox?
add method to jquery combobox script
setValue: function(o) { $(this.element).val(o); $(this.input).val($(this.element).find("option:selected").text()); }