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

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