Skip to content

Commit

Permalink
FIX: hides topic-footer-mobile-dropdown when no content (#6985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Feb 7, 2019
1 parent 0e8dbbd commit c0ccf21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c0ccf21

Please sign in to comment.