Roo/form/ComboBox.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Oct 2012 03:23:16 +0000 (11:23 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Oct 2012 03:23:16 +0000 (11:23 +0800)
Roo/form/ComboBox.js

index af5db76..d47d235 100644 (file)
@@ -730,6 +730,9 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
         this.setValue(this.originalValue);
         this.clearInvalid();
         this.lastData = false;
+        if (this.view) {
+            this.view.clearSelections();
+        }
     },
     // private
     findRecord : function(prop, value){