Skip to content

Commit

Permalink
fix(actionbar): reflect "open" property to attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Oct 8, 2019
1 parent af4b09f commit ec9979e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/actionbar/src/actionbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export class Actionbar extends LitElement {
return [actionbarStyles];
}

@property({ type: Boolean, reflect: true })
public open = false;

/**
* The variant applies specific styling when set to `sticky` or `fixed`.
* `variant` attribute is removed when not matching one of the above.
Expand Down

0 comments on commit ec9979e

Please sign in to comment.