diff options
Diffstat (limited to 'demos/autocomplete/combobox.html')
-rw-r--r-- | demos/autocomplete/combobox.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 4cc98d8f9..6c81b25eb 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -43,6 +43,7 @@ if (!ui.item) { // remove invalid value, as it didn't match anything $(this).val(""); + select.val(""); return false; } select.val(ui.item.id); |