white space
authorAlan <alan@roojs.com>
Wed, 7 Jun 2023 04:28:26 +0000 (12:28 +0800)
committerAlan <alan@roojs.com>
Wed, 7 Jun 2023 04:28:26 +0000 (12:28 +0800)
Roo/form/ComboBox.js
Roo/form/ComboBoxArray.js

index 80e956e..19c5ff9 100644 (file)
@@ -308,7 +308,7 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
     {
         Roo.form.ComboBox.superclass.onRender.call(this, ct, position);
         
-       if(this.hiddenName){
+               if(this.hiddenName){
             this.hiddenField = this.el.insertSibling({tag:'input', type:'hidden', name: this.hiddenName, id:  (this.hiddenId||this.hiddenName)},
                     'before', true);
             this.hiddenField.value =
index 08f4bc0..38cd986 100644 (file)
@@ -99,7 +99,8 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
      */
     seperator : ',',
     
-    // private the array of items that are displayed..
+    
+       // private the array of items that are displayed..
     items  : false,
     // private - the hidden field el.
     hiddenEl : false,
@@ -193,8 +194,10 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
             // add to list
             
         }, this);
-        
-        
+         
+       
+       
+           
     },
     
     
@@ -428,7 +431,7 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, {
     cb: false,
     displayField : false,
     tipField : false,
-    
+     
     
     defaultAutoCreate : {
         tag: 'div',