Roo/bootstrap/TriggerField.js
authoredward <edward@roojs.com>
Tue, 30 Jan 2018 04:09:40 +0000 (12:09 +0800)
committeredward <edward@roojs.com>
Tue, 30 Jan 2018 04:09:40 +0000 (12:09 +0800)
Roo/bootstrap/TriggerField.js

index b70b9b7..a361cf0 100644 (file)
@@ -103,12 +103,16 @@ Roo.extend(Roo.bootstrap.TriggerField, Roo.bootstrap.Input,  {
         Roo.log(this);
         if(this.hasFeedback && !this.allowBlank){
             
+            Roo.log('in 1');
             var feedback = {
                 tag: 'span',
                 cls: 'glyphicon form-control-feedback'
             };
             
             if(this.removable && !this.editable && !this.tickable){
+                
+                Roo.log('in 2');
+                
                 inputblock = {
                     cls : 'has-feedback',
                     cn :  [
@@ -122,6 +126,9 @@ Roo.extend(Roo.bootstrap.TriggerField, Roo.bootstrap.Input,  {
                     ] 
                 };
             } else {
+                
+                Roo.log('in 3');
+                
                 inputblock = {
                     cls : 'has-feedback',
                     cn :  [