diff app/view/widgets/Mst.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 446e99cfd425
line wrap: on
line diff
--- a/app/view/widgets/Mst.js	Tue Jan 21 17:00:25 2014 +0100
+++ b/app/view/widgets/Mst.js	Tue Jan 21 17:04:19 2014 +0100
@@ -33,13 +33,13 @@
         store: mstStore,
         displayField:'messStelle',
         valueField: 'mstId',
-        typeAhead: true,
+        typeAhead: false,
         emptyText:'Wählen Sie eine Messstelle',
         // 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