Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 06:00:23 +0000 (14:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 06:00:23 +0000 (14:00 +0800)
Roo/form/ComboBoxArray.js

index 68fdf1e..bd3abee 100644 (file)
@@ -268,7 +268,13 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
     setValue: function(v) // not a valid action - must use addItems..
     {
          
-        
+        Roo.log(v);
+        if (this.store.isLocal) {
+            // then we can use the store to find the values..
+            
+            
+            
+        }
         var _this = this;
         Roo.each(v, function(l) {
             _this.addItem(l);