Mercurial > lada > lada-client
diff app/view/widget/base/ComboBox.js @ 658:bf15bfea2fca
ComboBoxes sind nun per default nicht mehr editierbar. Das Betriftt auch die Filter-ComboBoxes
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 19 Mar 2015 10:43:02 +0100 |
parents | 291ac2e2bcf5 |
children | a8389baaf4af |
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js Thu Mar 19 10:09:04 2015 +0100 +++ b/app/view/widget/base/ComboBox.js Thu Mar 19 10:43:02 2015 +0100 @@ -35,6 +35,7 @@ typeAhead: this.typeAhead, minChars: this.minChars, multiSelect: this.multiSelect, + editable: this.editable || false, msgTarget: 'none', tpl: this.tpl }, {