From 3ad5eefed610345e795b64f0e943e3a013e97c2c Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 5 Oct 2022 16:39:23 +0800 Subject: [PATCH] Roo/bootstrap/form/Input.js --- Roo/bootstrap/form/Input.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/form/Input.js b/Roo/bootstrap/form/Input.js index 7fdabc35f6..1f954dbb0b 100644 --- a/Roo/bootstrap/form/Input.js +++ b/Roo/bootstrap/form/Input.js @@ -410,6 +410,8 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component, { if (this.allowBlank ) { indicator.style = this.allowBlank ? ' display:none' : ''; } + + Roo.log(align); if (align ==='left' && this.fieldLabel.length) { cfg.cls += ' roo-form-group-label-left' + (Roo.bootstrap.version == 4 ? ' row' : ''); -- 2.39.2