From: edward Date: Mon, 22 Feb 2016 08:46:53 +0000 (+0800) Subject: Roo/bootstrap/Input.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=eae5831dc90d73148583ce7ff46c2621d14c3afc;p=roojs1 Roo/bootstrap/Input.js --- 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]); }