Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
fix: Add disabled to the properties object
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare authored May 3, 2017
1 parent b2b131b commit 78933c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions salte-feedback-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ <h2>
* Adds a place for the user to enter an email address
*/
allowEmail: Boolean,

/**
* Disables all buttons and inputs
*/
disabled: Boolean,

_imageDisabled: {
type: Boolean,
Expand Down

0 comments on commit 78933c3

Please sign in to comment.