When using the jquery ui autocomplete combobox, can you set a default value for the combobox?
You can achieve this by editing the following statement of the auto-completer:
value = selected.val() ? selected.text() : "Select Institution";