From 2fc50d7977726022449cfe6dab954eeea4fb2f2c Mon Sep 17 00:00:00 2001 From: john Date: Thu, 7 Dec 2017 10:08:59 +0800 Subject: [PATCH] Roo/bootstrap/Input.js --- Roo/bootstrap/Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Input.js b/Roo/bootstrap/Input.js index 83322b1f24..4e0ca545bb 100644 --- a/Roo/bootstrap/Input.js +++ b/Roo/bootstrap/Input.js @@ -906,7 +906,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { if(!this.el || this.preventMark){ // not rendered... return; } - //herererere + this.el.removeClass([this.invalidClass, this.validClass]); var feedback = this.el.select('.form-control-feedback', true).first(); -- 2.39.2