X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=1f065944872711e1e8b7b6a8f05ebf93aa40871f;hp=90b7fb5a66e670e6eda77e78886e5042225f4d12;hb=aec0da8b5f73a227fde318ff2ed385966f39a5c9;hpb=7eeb4d0acac1e8b75910f37a4c3f331d33f5dbd5 diff --git a/roojs-debug.js b/roojs-debug.js index 90b7fb5a66..1f06594487 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -43081,7 +43081,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 ); }