X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboNested.js;fp=Roo%2Fform%2FComboNested.js;h=4b6793339baaba12415971ffec9824def8fbac12;hp=8f724214c88134033a96d3775b465e314ed6792f;hb=7eeb4d0acac1e8b75910f37a4c3f331d33f5dbd5;hpb=f365c8f5a10b1ec1cb798aac2da5516e9ace2ade 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 ); }