From 5b9fba87bbdd7411d31718345ad1398600dca44e Mon Sep 17 00:00:00 2001 From: john Date: Thu, 7 Dec 2017 11:36:17 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 032c30f87c..84ca971069 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -527,13 +527,15 @@ 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 right-indicator text-danger fa fa-lg fa-star', + tooltip : 'This field is required' + } + ] }, + { cls : "", cn: [ -- 2.39.2