From fe404b2770ab762dc0861f74bca43d6cf9b3bbcd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Nov 2020 18:03:52 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index dff734fd70..c9a28584d2 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -493,6 +493,8 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { combobox.cn.push(feedback); } + + var indicator = { tag : 'i', cls : 'roo-required-indicator ' + (this.indicatorpos == 'right' ? 'right' : 'left') +'-indicator text-danger fa fa-lg fa-star', -- 2.39.2