From b5664e5a21ee0650d0132919e4b56deab6382413 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 7 Dec 2017 10:15:09 +0800 Subject: [PATCH] Roo/bootstrap/Input.js --- Roo/bootstrap/Input.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Input.js b/Roo/bootstrap/Input.js index f9b24082ed..0f8ea6dd39 100644 --- a/Roo/bootstrap/Input.js +++ b/Roo/bootstrap/Input.js @@ -924,7 +924,8 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { } if(this.indicator){ - //this.indicator.show(); + Roo.log(this.hiddenName); + this.indicator.show(); } this.el.addClass(this.invalidClass); -- 2.39.2