From 8fd4ffbfeecb335bc51c23cb95d7d6c4cbb336f7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Feb 2020 12:53:35 +0800 Subject: [PATCH] examples/form/nestedcombo.js --- examples/form/nestedcombo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/form/nestedcombo.js b/examples/form/nestedcombo.js index 95cea8d2d0..856b3e337f 100644 --- a/examples/form/nestedcombo.js +++ b/examples/form/nestedcombo.js @@ -36,7 +36,8 @@ Roo.onReady(function(){ ['ILA', 'Illinois'], ['INA', 'Indiana'], ['IAA', 'Iowa'] - ]] + ]], + ['E', 'Empty states', []], ]; /* * ================ Form 2 ======================= -- 2.39.2