Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Thu, 7 Dec 2017 04:36:01 +0000 (12:36 +0800)
committerjohn <john@roojs.com>
Thu, 7 Dec 2017 04:36:01 +0000 (12:36 +0800)
Roo/bootstrap/ComboBox.js

index 2782bac..2276ccb 100644 (file)
@@ -606,8 +606,11 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                         {
                             tag: 'label',
                             //cls : 'input-group-addon',
-                            html : this.fieldLabel,
                             cn : [
+                                {
+                                    tag : 'span',
+                                    html : this.fieldLabel
+                                },
                                 {
                                     tag : 'i',
                                     cls : 'roo-required-indicator right-indicator text-danger fa fa-lg fa-star',