Roo/bootstrap/ComboBox.js
authoredward <edward@roojs.com>
Wed, 8 Mar 2017 03:50:59 +0000 (11:50 +0800)
committeredward <edward@roojs.com>
Wed, 8 Mar 2017 03:50:59 +0000 (11:50 +0800)
Roo/bootstrap/ComboBox.js

index 89d30e1..d8f145a 100644 (file)
@@ -2330,8 +2330,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
             if(this.displayField && typeof(d.data[this.displayField]) != 'undefined'){
                 var cfg = {
                     data : d.data,
-                    html : d.data[this.displayField],
-                    cls : 'test'
+                    html : d.data[this.displayField]
                 };
                 
                 if(this.fireEvent('touchviewdisplay', this, cfg) !== false){