Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:05:53 +0000 (17:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:05:53 +0000 (17:05 +0800)
Roo/form/ComboNested.js

index 68dcde7..5ac7e68 100644 (file)
@@ -175,6 +175,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
             var inner = el.dom;
             var h = Math.max(inner.clientHeight, inner.offsetHeight, inner.scrollHeight);
             el.setHeight(h < this.maxHeight ? 'auto' : this.maxHeight);
+            il.setHeight(h < this.maxHeight ? 'auto' : this.maxHeight);
             mh = Math.max(el.getHeight(), mh);
         }, this);