From 474857262b3409edb99e5b4ba7c65605fa3a87a5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Feb 2020 14:08:52 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2