From e2d8589e3f82628dd0990cea5051925b2cd54c42 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 20 Mar 2015 14:51:47 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'); + }) }, -- 2.39.2