When using the jquery ui autocomplete combobox, can you set a default value for the combobox?
I used the below line of code instead, just another way of achieving the same result :)
$('option:selected', this.element).text()