Mercurial > lada > lada-client
comparison app/view/widgets/Messeinheit.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 |
---|---|
18 emptyText:'Wählen Sie eine Messeinheit', | 18 emptyText:'Wählen Sie eine Messeinheit', |
19 // Enable filtering of comboboxes | 19 // Enable filtering of comboboxes |
20 autoSelect: false, | 20 autoSelect: false, |
21 queryMode: 'local', | 21 queryMode: 'local', |
22 triggerAction : 'all', | 22 triggerAction : 'all', |
23 typeAhead: true, | 23 typeAhead: false, |
24 minChars: 0, | 24 minChars: 0, |
25 initComponent: function() { | 25 initComponent: function() { |
26 this.callParent(arguments); | 26 this.callParent(arguments); |
27 } | 27 } |
28 }); | 28 }); |