From 8e3f6fddf1d4d7ba5512fb7b677f21387061bce0 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Sep 2018 15:33:43 +0800 Subject: [PATCH] Roo/bootstrap/Input.js --- Roo/bootstrap/Input.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Roo/bootstrap/Input.js b/Roo/bootstrap/Input.js index 788c91c14d..2cae2a361b 100644 --- a/Roo/bootstrap/Input.js +++ b/Roo/bootstrap/Input.js @@ -882,6 +882,11 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { } + if(this.indicator){ + this.indicator.removeClass('visible'); + this.indicator.addClass(this.indicatorpos == 'right' ? 'hidden' : 'invisible'); + } + this.fireEvent('valid', this); }, -- 2.39.2