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