Mercurial > lada > lada-client
comparison app/view/widgets/Uwb.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 einen Umweltbereich', | 37 emptyText:'Wählen Sie einen Umweltbereich', |
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 // TODO: Set value in disply after selection. Can not figure out why | 44 // TODO: Set value in disply after selection. Can not figure out why |
45 // accessing the recored.data attribute fails here (ti) <2013-08-06 16:52> | 45 // accessing the recored.data attribute fails here (ti) <2013-08-06 16:52> |
46 //listeners: { | 46 //listeners: { |
47 // select: function(combo, record, index) { | 47 // select: function(combo, record, index) { |