From: Alan Knowles Date: Fri, 7 Feb 2020 04:53:35 +0000 (+0800) Subject: examples/form/nestedcombo.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=8fd4ffbfeecb335bc51c23cb95d7d6c4cbb336f7 examples/form/nestedcombo.js --- 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 =======================