Roo/bootstrap/Input.js
authorAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2018 08:23:39 +0000 (16:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2018 08:23:39 +0000 (16:23 +0800)
Roo/bootstrap/Input.js

index 0117179..ac33697 100644 (file)
@@ -210,6 +210,12 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
      * @cfg {String} regexText The error text to display if {@link #regex} is used and the test fails during validation (defaults to "")
      */
     regexText : "",
+    /**
+     * @cfg {String} regexText The error text to display if {@link #regex} is used and the test fails during validation (defaults to "")
+     */
+    invalidText : "",
+    
+    
     
     autocomplete: false,