roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 1606bdf..2b98f6d 100644 (file)
@@ -9552,9 +9552,11 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
         }
         
         if(value.length < this.minLength){
+            this.invalidText = String.format(this.minLengthText, this.minLength);
             return false;
         }
         if(value.length > this.maxLength){
+            this.invalidText = String.format(this.maxLengthText, this.maxLength);
             return false;
         }
         if(this.vtype){