Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 06:31:17 +0000 (14:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 06:31:17 +0000 (14:31 +0800)
Roo/form/ComboNested.js

index 2a32919..6adb45c 100644 (file)
@@ -262,6 +262,8 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         
         
         if (opts.list > 1) {
+             
+            this.setFromData(ix.length ? view.store.getAt(ix[0]).data : {});
             return;
         }