Mercurial > lada > lada-client
comparison app/view/widgets/Messmethode.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 |
comparison
equal
deleted
inserted
replaced
480:3ef95496cd28 | 481:e45f4df57938 |
---|---|
37 emptyText:'Wählen Sie eine Messmethode', | 37 emptyText:'Wählen Sie eine Messmethode', |
38 // Enable filtering of comboboxes | 38 // Enable filtering of comboboxes |
39 autoSelect: false, | 39 autoSelect: false, |
40 queryMode: 'local', | 40 queryMode: 'local', |
41 triggerAction : 'all', | 41 triggerAction : 'all', |
42 typeAhead: true, | 42 typeAhead: false, |
43 minChars: 0, | 43 minChars: 0, |
44 initComponent: function() { | 44 initComponent: function() { |
45 this.callParent(arguments); | 45 this.callParent(arguments); |
46 } | 46 } |
47 }); | 47 }); |