From: Alan Knowles Date: Wed, 2 May 2012 07:12:57 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=c8e216cebf699eb78d5996b2ba72fa7bff966d66 Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 65dcd827c5..66ee6ecee5 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -296,7 +296,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, setFromData: function(v) { // this recieves an object, if setValues is called. - Roo.log(v); + this.reset(); this.el.dom.value = v[this.displayField]; this.hiddenEl.dom.value = v[this.valueField];