diff app/view/widgets/Statuswert.js @ 481:e45f4df57938

Set typeAhead to false. Causes errors.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 21 Jan 2014 17:04:19 +0100
parents debfcc7713e3
children 850ccfe5f3c4
line wrap: on
line diff
--- a/app/view/widgets/Statuswert.js	Tue Jan 21 17:00:25 2014 +0100
+++ b/app/view/widgets/Statuswert.js	Tue Jan 21 17:04:19 2014 +0100
@@ -25,13 +25,13 @@
         store: statuswerteStore,
         displayField:'status',
         valueField: 'id',
-        typeAhead: true,
+        typeAhead: false,
         emptyText:'Wählen Sie eine Status',
         // Enable filtering of comboboxes
         autoSelect: false,
         queryMode: 'local',
         triggerAction : 'all',
-        typeAhead: true,
+        typeAhead: false,
         minChars: 0,
     initComponent: function() {
         this.callParent(arguments);

http://lada.wald.intevation.org