examples/form/nestedcombo.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:53:35 +0000 (12:53 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 04:53:35 +0000 (12:53 +0800)
examples/form/nestedcombo.js

index 95cea8d..856b3e3 100644 (file)
@@ -36,7 +36,8 @@ Roo.onReady(function(){
             ['ILA', 'Illinois'],
             ['INA', 'Indiana'],
             ['IAA', 'Iowa']
-        ]]
+        ]],
+        ['E', 'Empty states', []],
     ];
     /*
      * ================  Form 2  =======================