examples/form/combos.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 08:30:44 +0000 (16:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 20 Sep 2010 08:30:44 +0000 (16:30 +0800)
examples/form/combos.js

index 7021564..7ce7534 100644 (file)
@@ -19,7 +19,7 @@ Roo.onReady(function(){
         store: store,
         editable : false,
         displayField:'state',
-        typeAhead: true,
+        typeAhead: false,
         mode: 'local',
         triggerAction: 'all',
         emptyText:'Select a state...',