From e900281dc8e096522560e5107404c4ce8e5946c4 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 28 Feb 2023 11:42:47 +0800 Subject: [PATCH] Roo/bootstrap/form/Input.js --- Roo/bootstrap/form/Input.js | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2