Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index c8413b3..b5d6bb9 100644 (file)
@@ -183,7 +183,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
             // add to list
             
         }, this);
-        
+        this.combo.on('specialkey',function(cb, rec, ix){
+            alert('here');
+        })
         
         
     },