From: Alan Knowles Date: Mon, 10 Feb 2020 06:37:46 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=9bb173285c9e3d8546d442e260bf007cdc8e04fd Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index c0d7ed82de..bb7d336d50 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -292,7 +292,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { if (!ix.length) { this.setFromData({}); var str = this.stores[opts.list+1]; - str.loadData( str.reader.readerType == 'json' ? { data : [] } : [] ); + str.removeAll(); return; }