Roo/bootstrap/form/Input.js
authorleon <leon@roojs.com>
Tue, 28 Feb 2023 08:37:15 +0000 (16:37 +0800)
committerleon <leon@roojs.com>
Tue, 28 Feb 2023 08:37:15 +0000 (16:37 +0800)
Roo/bootstrap/form/Input.js

index f702079..879b3e1 100644 (file)
@@ -865,6 +865,7 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
         this.value = v;
         if(this.rendered){
             this.inputEl().dom.value = (v === null || v === undefined ? '' : v);
+            Roo.log('VALIDATE ON SET VALUE');
             this.validate();
         }
     },