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

index 9119ab0..f32846e 100644 (file)
@@ -272,7 +272,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         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.el.value  = v;
+            this.hiddenEl.value  = v;
             var v_ar = [];
             Roo.each(v.split(','), function(k) {
                 var li = this.store.query(this.store.valueField, k);