Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 08:28:37 +0000 (16:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Feb 2020 08:28:37 +0000 (16:28 +0800)
Roo/form/ComboNested.js

index 4b67933..1a284fe 100644 (file)
@@ -379,7 +379,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         var 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 );
+           this.views[i].select(stack[i].store.indexOf(stack[i]), false, false );
        }
        
     }