From 3724d591dad7c369d435dacca3f32a22364a6506 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 20 Jul 2016 15:43:52 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index d2e11738e8..32194e7097 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -276,7 +276,12 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, reset : function() { //Roo.form.ComboBoxArray.superclass.reset.call(this); - this.items.clear();; + this.items.clear(); + + Roo.each(this.outerWrap.select('.x-cbarray-item', true).elements, function(el){ + el.remove(); + }); + this.el.dom.value = ''; if (this.hiddenEl) { this.hiddenEl.dom.value = ''; -- 2.39.2