From: leon Date: Tue, 28 Feb 2023 03:42:47 +0000 (+0800) Subject: Roo/bootstrap/form/Input.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=e900281dc8e096522560e5107404c4ce8e5946c4 Roo/bootstrap/form/Input.js --- diff --git a/Roo/bootstrap/form/Input.js b/Roo/bootstrap/form/Input.js index 367f1d1010..eda126a7f7 100644 --- a/Roo/bootstrap/form/Input.js +++ b/Roo/bootstrap/form/Input.js @@ -682,6 +682,7 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component, { validate : function(){ //if(this.disabled || this.validateValue(this.processValue(this.getRawValue()))){ if(this.disabled || this.validateValue(this.getRawValue())){ + Roo.log(this.getRawValue); Roo.log('MARK INVALID'); this.markValid(); return true;