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

index bd3abee..932b761 100644 (file)
@@ -271,6 +271,13 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         Roo.log(v);
         if (this.store.isLocal) {
             // then we can use the store to find the values..
+            // comma seperated at present.. this needs to allow JSON based encoding..
+            this.hiddenField.setValue(v);
+            var ar = [];
+            Roo.each(v.split(','), function(v) {
+                
+                
+            });;