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

index 2276ccb..6a3bb56 100644 (file)
@@ -526,8 +526,11 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                         tag: 'label',
                         'for' :  id,
                         cls : 'control-label',
-                        html : this.fieldLabel,
                         cn : [
+                            {
+                                tag : 'span',
+                                html : this.fieldLabel
+                            },
                             {
                                 tag : 'i',
                                 cls : 'roo-required-indicator right-indicator text-danger fa fa-lg fa-star',