Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Wed, 3 Jan 2018 08:12:06 +0000 (16:12 +0800)
committerjohn <john@roojs.com>
Wed, 3 Jan 2018 08:12:06 +0000 (16:12 +0800)
Roo/bootstrap/ComboBox.js

index e266a06..0971171 100644 (file)
@@ -605,18 +605,14 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                     Roo.log('hidden name:'+this.hiddenName);
                     cfg.cn = [
                         {
-                           tag: 'label',
-                           cn : [
-                               {
-                                   tag : 'span',
-                                   html : this.fieldLabel
-                               },
-                               {
-                                  tag : 'i',
-                                  cls : 'roo-required-indicator right-indicator text-danger fa fa-lg fa-star',
-                                  tooltip : 'This field is required'
-                               }
-                           ]
+                            tag: 'label',
+                            //cls : 'input-group-addon',
+                            html : this.fieldLabel
+                        },
+                        {
+                            tag : 'i',
+                            cls : 'roo-required-indicator left-indicator text-danger fa fa-lg fa-star',
+                            tooltip : 'This field is required'
                         },
                         combobox
                     ];