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