From 031c9347fbb5f0388d3372c39022d348e82c3402 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 13:12:15 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 9ebc3c122f..3bfae81a8f 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -154,8 +154,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField this.combo.on('select', function(cb, rec, ix) { this.addItem(rec.data); - this.setValue(''); - this.el.dom.value = ''; + + cb.setValue(''); + cb.el.dom.value = ''; //cb.lastData = rec.data; // add to list -- 2.39.2