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

index e07fc0a..5004adc 100644 (file)
@@ -528,12 +528,13 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
                         'for' :  id,
                         cls : 'control-label',
                         html : this.fieldLabel
-
-                    },
-                    {
-                        tag : 'i',
-                        cls : 'roo-required-indicator right-indicator text-danger fa fa-lg fa-star',
-                        tooltip : 'This field is required'
+                        cn: [
+                            {
+                                tag : 'i',
+                                cls : 'roo-required-indicator left-indicator text-danger fa fa-lg fa-star',
+                                tooltip : 'This field is required'
+                            }
+                        ]
                     },
                     {
                         cls : "",