Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Tue, 20 Feb 2018 03:50:00 +0000 (11:50 +0800)
committerjohn <john@roojs.com>
Tue, 20 Feb 2018 03:50:00 +0000 (11:50 +0800)
Roo/bootstrap/ComboBox.js

index 0d2c57f..8c2cdbb 100644 (file)
@@ -2350,14 +2350,13 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                     {
                         tag: 'label',
                         cls : 'control-label',
-                        html : this.fieldLabel,
-                        cn : [
-                            {
-                               tag : 'i',
-                               cls : 'roo-required-indicator right-indicator text-danger fa fa-lg fa-star',
-                               tooltip : 'This field is required'
-                            }
-                        ]
+                        html : this.fieldLabel
+
+                    },
+                    {
+                       tag : 'i',
+                       cls : 'roo-required-indicator left-indicator text-danger fa fa-lg fa-star',
+                       tooltip : 'This field is required'
                     },
                     {
                         cls : '',