Mercurial > lada > lada-client
diff app/view/widget/base/ComboBox.js @ 851:c89d6de27fd3
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 08 Jul 2015 12:42:19 +0200 |
parents | 95d40ca7bb70 |
children | 777bf66dbb11 |
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js Wed Jul 08 12:41:55 2015 +0200 +++ b/app/view/widget/base/ComboBox.js Wed Jul 08 12:42:19 2015 +0200 @@ -37,6 +37,7 @@ maxChars: this.maxChars, multiSelect: this.multiSelect, editable: this.editable || true, + readOnly: this.readOnly, forceSelection: this.forceSelection || false, msgTarget: 'none', tpl: this.tpl,