From: Alan Knowles Date: Fri, 7 Feb 2020 06:08:52 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=474857262b3409edb99e5b4ba7c65605fa3a87a5;p=roojs1 Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index e971c50bb2..8b32c0852e 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -136,7 +136,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { il.setStyle({ 'overflow-x' : 'hidden'}); if(!this.tpl){ - this.tpl = '
{' + this.displayField + '}
'; + this.tpl = '
{' + this.displayField + '}
'; } var store = this.store;