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

index c5d23ce..bea2963 100644 (file)
@@ -2125,10 +2125,14 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
     {
         var v = this.getRawValue();
         
+        Roo.log('v value: '+ v);
+        
         if(this.multiple){
             v = this.getValue();
         }
         
+        Roo.log('v value after: '+ v);
+        
         if(this.disabled || this.allowBlank || v.length){
             this.markValid();
             return true;