Skip to content

Commit

Permalink
allow disabling paper-menu. closes #774.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Sep 1, 2020
1 parent 036bdec commit 40e98b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/components/paper-menu/template.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<BasicDropdown
@disabled={{@disabled}}
@triggerComponent="paper-menu/trigger"
@contentComponent="paper-menu/content"
@calculatePosition={{this.calculatePosition}}
@onClose={{this.close}}
@onOpen={{this.open}}
...attributes
as |dd|>
{{yield (hash
trigger=dd.Trigger
Expand Down

0 comments on commit 40e98b1

Please sign in to comment.