From 5cc91afa5a62d862497aedce859d8b1311f8ba7b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 10 Feb 2020 14:32:33 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-all.js roojs-debug.js examples/form/nestedcombo.js --- examples/form/nestedcombo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/form/nestedcombo.js b/examples/form/nestedcombo.js index 6c44191204..f9381492bc 100644 --- a/examples/form/nestedcombo.js +++ b/examples/form/nestedcombo.js @@ -91,7 +91,7 @@ Roo.onReady(function(){ xtype : 'ComboNested', allowBlank : true, alwaysQuery : true, - displayField : 'fullpath', + displayField : 'name', editable : false, emptyText : 'Category', fieldLabel : 'Category', -- 2.39.2