diff --git a/chosen/chosen.proto.js b/chosen/chosen.proto.js index b8be350..ebfa162 100644 --- a/chosen/chosen.proto.js +++ b/chosen/chosen.proto.js @@ -274,6 +274,9 @@ Chosen.prototype = { this.search_choices.select("li.search-choice").invoke("remove"); this.choices = 0; } + else if( !this.is_multiple ){ + this.selected_item.down("span").update(this.default_text); + } var i, content=''; for( i = 0; i