Roo/bootstrap/ComboBox.js
authorjohn <john@roojs.com>
Thu, 7 Dec 2017 02:22:08 +0000 (10:22 +0800)
committerjohn <john@roojs.com>
Thu, 7 Dec 2017 02:22:08 +0000 (10:22 +0800)
Roo/bootstrap/ComboBox.js

index b6325d4..c5d23ce 100644 (file)
@@ -2130,11 +2130,11 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         }
         
         if(this.disabled || this.allowBlank || v.length){
-            //this.markValid();
+            this.markValid();
             return true;
         }
         
-        //this.markInvalid();
+        this.markInvalid();
         return false;
     },