When using the jquery ui autocomplete combobox, can you set a default value for the combobox?
Add below One Line of Code before " this._on( this.input, { " line
this._on( this.input, {
this.input[0].defaultValue = value;
after create code in autocomplete combobox script. You can also reset with reset button of html.