From eae5831dc90d73148583ce7ff46c2621d14c3afc Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 22 Feb 2016 16:46:53 +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 2d6bd66f2d..7bb586f8d3 100644 --- a/Roo/bootstrap/Input.js +++ b/Roo/bootstrap/Input.js @@ -764,7 +764,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { if(feedback){ this.el.select('.form-control-feedback', true).first().removeClass([this.invalidFeedbackClass, this.validFeedbackClass]); - if(this.getValue().length){ + if(this.getValue().length || this.forceFeedback){ this.el.select('.form-control-feedback', true).first().addClass([this.invalidFeedbackClass]); } -- 2.39.2