From 9a6b66d86f89ec24cc9252ea312662bf7cf66cec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Feb 2020 12:36:42 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2