From: Michael Date: Fri, 20 Mar 2015 06:51:47 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=e2d8589e3f82628dd0990cea5051925b2cd54c42 Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index c8413b3657..b5d6bb9d23 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -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'); + }) },