Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:34:04 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:34:04 +0000 (12:34 +0800)
Roo/form/ComboNested.js

index 31f86b0..bf6f189 100644 (file)
@@ -215,6 +215,8 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         } else {
             this.onEmptyResults();
         }
+        this.stores[1].clear();
+        this.stores[2].clear();
         //this.el.focus();
     },
     // private