Mercurial > lada > lada-client
diff app/view/widget/base/ComboBox.js @ 847:95d40ca7bb70
Netbetreiber Combobox shall be readonly
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 08 Jul 2015 09:47:30 +0200 |
parents | 1321efe444f0 |
children | 777bf66dbb11 |
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js Tue Jul 07 14:14:00 2015 +0200 +++ b/app/view/widget/base/ComboBox.js Wed Jul 08 09:47:30 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,