From: Alan Knowles Date: Fri, 28 Feb 2020 08:27:11 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=7eeb4d0acac1e8b75910f37a4c3f331d33f5dbd5 Roo/form/ComboNested.js --- 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 ); }