From 7eeb4d0acac1e8b75910f37a4c3f331d33f5dbd5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Feb 2020 16:27:11 +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 8f724214c8..4b6793339b 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -377,7 +377,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { { // if store is not loaded, then we will need to wait for that to happen first. var stack = []; - this.recordToStack(this.store, this.hiddenName, this.getValue(), stack); + this.recordToStack(this.store, this.valueField, this.getValue(), stack); for (var i = 0; i < stack.length; i++ ) { this.view[i].select(stack[i].store.indexOf(stack[i]), false, false ); } -- 2.39.2