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

index 232af86..b07ac43 100644 (file)
@@ -186,6 +186,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
             el.dom.style.height = '';
             var inner = el.dom;
             var h = Math.max(inner.clientHeight, inner.offsetHeight, inner.scrollHeight);
+            // only adjust heights on other ones..
             if (i < 1) {
                 el.setHeight(h < this.maxHeight ? 'auto' : this.maxHeight);
                 il.setHeight(h < this.maxHeight ? 'auto' : this.maxHeight);