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

index 26d4412..1344f94 100644 (file)
@@ -332,6 +332,7 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, {
         this.el.child('div').dom.innerHTML = this.cb.renderer ? 
             this.cb.renderer(this.data) :
             String.format('{0}',this.data[this.nameField]);
+        
             
         this.el.child('div').dom.setAttribute('qtip',
                         String.format('{0}',this.data[this.tipField])