Mercurial > lada > lada-client
diff app/view/widget/base/ComboBox.js @ 817:1321efe444f0
ComboBox ForceSelection defaults to false now, ProbenehmerId can not be negative
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 29 May 2015 08:31:19 +0200 |
parents | 2e8da590ea0c |
children | 95d40ca7bb70 |
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js Thu May 28 17:37:50 2015 +0200 +++ b/app/view/widget/base/ComboBox.js Fri May 29 08:31:19 2015 +0200 @@ -34,9 +34,10 @@ triggerAction: this.triggerAction, typeAhead: this.typeAhead, minChars: this.minChars, + maxChars: this.maxChars, multiSelect: this.multiSelect, editable: this.editable || true, - forceSelection: this.forceSelection || true, + forceSelection: this.forceSelection || false, msgTarget: 'none', tpl: this.tpl, displayTpl: this.displayTpl