FIX: hides topic-footer-mobile-dropdown when no content (#6985)
This commit is contained in:
parent
0e8dbbd8e4
commit
c0ccf21970
|
@ -8,6 +8,7 @@ export default ComboBoxComponent.extend({
|
|||
allowInitialValueMutation: false,
|
||||
allowAutoSelectFirst: false,
|
||||
nameProperty: "label",
|
||||
isHidden: Ember.computed.empty("content"),
|
||||
|
||||
computeHeaderContent() {
|
||||
const content = this._super(...arguments);
|
||||
|
|
Loading…
Reference in New Issue