diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index 3001f7d1785..c8d3d40dbf9 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -24,6 +24,7 @@
var self = this;
var select = this.element.hide();
var input = $("")
+ .attr('value', $(select).children('option:selected').html())
.insertAfter(select)
.autocomplete({
source: function(request, response) {