From: Alan Knowles Date: Fri, 7 Feb 2020 04:36:42 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9a6b66d86f89ec24cc9252ea312662bf7cf66cec;p=roojs1 Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 232af863ff..b07ac438ea 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -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);