[Lada-commits] [PATCH 1 of 5] Fixed local filtering of combo
Wald Commits
scm-commit at wald.intevation.org
Tue Aug 13 16:23:29 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376389796 -7200
# Node ID 0a8fd4c2e7a8e8044724ff41c69eaf8525b29969
# Parent b8bd8d9a93abdffd2ab761ae044a6e8f7b4ab5e1
Fixed local filtering of combo
diff -r b8bd8d9a93ab -r 0a8fd4c2e7a8 app/view/widgets/Messgroesse.js
--- a/app/view/widgets/Messgroesse.js Tue Aug 13 11:56:25 2013 +0200
+++ b/app/view/widgets/Messgroesse.js Tue Aug 13 12:29:56 2013 +0200
@@ -8,6 +8,13 @@
displayField: 'messgro0esse',
valueField: 'messgroesseId',
emptyText:'Wählen Sie eine Messgröße',
+ forceSelection: true,
+ autoSelect: false,
+ queryMode: 'local',
+ triggerAction : 'all',
+ typeAhead: true,
+ minChars: 0,
+
initComponent: function() {
this.callParent(arguments);
}
More information about the Lada-commits
mailing list