From 115bfd9767359ab843e5760efc0b98c4dc3815e1 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 11 Jan 2023 12:16:04 +0800 Subject: [PATCH 1/1] merge label code in text area and input --- docs/src/Roo_bootstrap_form_ComboBox.js.html | 14 ++++++++------ docs/src/Roo_bootstrap_form_TriggerField.js.html | 12 +++++++----- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/src/Roo_bootstrap_form_ComboBox.js.html b/docs/src/Roo_bootstrap_form_ComboBox.js.html index a3585dc7f7..b541a22c9d 100644 --- a/docs/src/Roo_bootstrap_form_ComboBox.js.html +++ b/docs/src/Roo_bootstrap_form_ComboBox.js.html @@ -502,12 +502,14 @@ cls : 'roo-required-indicator ' + (this.indicatorpos == 'right' ? 'right' : 'left') +'-indicator text-danger fa fa-lg fa-star', tooltip : 'This field is required' }; - if (Roo.bootstrap.version == 4) { - indicator = { - tag : 'i', - style : 'display:none' - }; - } + /* + * why? + if (Roo.bootstrap.version == 4) { + indicator = { + tag : 'i', + style : 'display:none' + }; + }*/ if (align ==='left' && this.fieldLabel.length) { cfg.cls += ' roo-form-group-label-left' + (Roo.bootstrap.version == 4 ? ' row' : ''); diff --git a/docs/src/Roo_bootstrap_form_TriggerField.js.html b/docs/src/Roo_bootstrap_form_TriggerField.js.html index b55d5156f9..dd8b67379e 100644 --- a/docs/src/Roo_bootstrap_form_TriggerField.js.html +++ b/docs/src/Roo_bootstrap_form_TriggerField.js.html @@ -254,12 +254,14 @@ trigger.applyTo('my-field'); cls : 'roo-required-indicator ' + (this.indicatorpos == 'right' ? 'right' : 'left') +'-indicator text-danger fa fa-lg fa-star', tooltip : 'This field is required' }; - if (Roo.bootstrap.version == 4) { - indicator = { - tag : 'i', - style : 'display:none' - }; + /* + if (Roo.bootstrap.version == 4) { + indicator = { + tag : 'i', + style : 'display:none' + }; } + */ if (align ==='left' && this.fieldLabel.length) { -- 2.39.2