From de63d66f51f88ce570abc6e0d2fc32a265c36051 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 16:01:48 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 298be4948f..fafde192ca 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -294,7 +294,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { var rec = view.store.getAt(ix[0]); //if (!this.isLoading) { - this.setFromData(rec.data); + //this.setFromData(rec.data); //} -- 2.39.2