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

index 9a78fed..aaffcc6 100644 (file)
@@ -244,7 +244,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         Roo.log(rec);
         
         this.stores[opts.list+1].loadData( typeof(rec.data.cn) == 'undefined' ? [] : rec.data.cn);
-        this.innerLists[opts.list+1].setHeight( this.innerLists[0].getHeight());
+        this.views[opts.list+1].getEl().setHeight( this.innerLists[0].getHeight());
     }