diff app/view/widget/base/ComboBox.js @ 1290:d17501b967f2

combobox ortszuordnungstyp
author Maximilian Krambach <mkrambach@intevation.de>
date Wed, 01 Feb 2017 15:31:41 +0100
parents 3e6756b0fc97
children 12ffe66a6786
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js	Wed Feb 01 14:52:51 2017 +0100
+++ b/app/view/widget/base/ComboBox.js	Wed Feb 01 15:31:41 2017 +0100
@@ -52,7 +52,10 @@
             msgTarget: 'none',
             value: this.value,
             tpl: this.tpl,
-            displayTpl: this.displayTpl
+            displayTpl: this.displayTpl,
+            // disable filtering of entries if disableKeyFilter is true
+            disableKeyFilter: this.disableKeyFilter || false,
+            triggerAction: this.disableKeyFilter? 'all' : 'query'
         }, {
             xtype: 'image',
             name: 'warnImg',

http://lada.wald.intevation.org