X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_form_ComboBoxArray.js.html;h=adb6bdbbd9808511d526c91ccb912cbd6fc07f04;hb=2e9c2dcf4c629c1b7de7d4923e209cde90c9b746;hp=ce5190bbb668907f69b56c99c19100e01ad8be35;hpb=dd3d448312a6623433b5b24d48afec70c27bc497;p=roojs1 diff --git a/docs/symbols/src/Roo_form_ComboBoxArray.js.html b/docs/symbols/src/Roo_form_ComboBoxArray.js.html index ce5190bbb6..adb6bdbbd9 100644 --- a/docs/symbols/src/Roo_form_ComboBoxArray.js.html +++ b/docs/symbols/src/Roo_form_ComboBoxArray.js.html @@ -275,10 +275,12 @@ reset : function() { - //Roo.form.ComboBoxArray.superclass.reset.call(this); - this.items.each(function(f) { - f.remove(); + 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 = '';