Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 06:33:34 +0000 (14:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 06:33:34 +0000 (14:33 +0800)
Roo/form/ComboNested.js

index e682c71..6eed134 100644 (file)
@@ -283,7 +283,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         var ix = view.getSelectedIndexes();
         
         
-        if (opts.list > 1) {
+        if (opts.list > 2) {
              
             this.setFromData(ix.length ? view.store.getAt(ix[0]).data : {});
             return;