examples/form/nestedcombo.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 08:01:07 +0000 (16:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 08:01:07 +0000 (16:01 +0800)
examples/form/nestedcombo.js

index 88299c1..8990582 100644 (file)
@@ -42,7 +42,7 @@ Roo.onReady(function(){
                 },
                 
                 typeAhead: true,
-                //mode: 'local', // ?? not sure if this should be done
+                mode: 'local',
                 triggerAction: 'all',
                 emptyText:'Select a state...',
                 selectOnFocus:true,