Skip to content

Commit

Permalink
fix: set 'reflect' to true to fix button 'disabled' prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Morse committed Feb 6, 2020
1 parent a863338 commit 2dc18c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/base-element/src/BoltActionElement.js
Expand Up @@ -9,7 +9,10 @@ class BoltActionElement extends BoltElement {
return {
url: String,
target: String,
disabled: Boolean,
disabled: {
type: Boolean,
reflect: true,
},
onClick: {
type: String,
attribute: 'on-click',
Expand Down

0 comments on commit 2dc18c7

Please sign in to comment.