mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:33:31 +08:00
FEATURE: support for multi-combo-box
This commit is contained in:
@ -22,15 +22,15 @@ export default DropdownSelectBoxComponent.extend({
|
||||
|
||||
@on("didReceiveAttrs", "didUpdateAttrs")
|
||||
_setComponentOptions() {
|
||||
this.set("headerComponentOptions", Ember.Object.create({
|
||||
this.get("headerComponentOptions").setProperties({
|
||||
i18nPrefix: this.get("i18nPrefix"),
|
||||
showFullTitle: this.get("showFullTitle"),
|
||||
}));
|
||||
});
|
||||
|
||||
this.set("rowComponentOptions", Ember.Object.create({
|
||||
this.get("rowComponentOptions").setProperties({
|
||||
i18nPrefix: this.get("i18nPrefix"),
|
||||
i18nPostfix: this.get("i18nPostfix")
|
||||
}));
|
||||
});
|
||||
},
|
||||
|
||||
@computed("computedValue")
|
||||
|
Reference in New Issue
Block a user