Mercurial > lada > lada-client
comparison app/view/widgets/Verwaltungseinheit.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 |
---|---|
19 hideTrigger: true, | 19 hideTrigger: true, |
20 // Enable filtering of comboboxes | 20 // Enable filtering of comboboxes |
21 autoSelect: false, | 21 autoSelect: false, |
22 queryMode: 'remote', | 22 queryMode: 'remote', |
23 triggerAction : 'type', | 23 triggerAction : 'type', |
24 typeAhead: true, | 24 typeAhead: false, |
25 minChars: 2, | 25 minChars: 2, |
26 initComponent: function() { | 26 initComponent: function() { |
27 this.callParent(arguments); | 27 this.callParent(arguments); |
28 }, | 28 }, |
29 // This listener is used to load currently "selected" verwaltungseinheit. | 29 // This listener is used to load currently "selected" verwaltungseinheit. |