Skip to content

Commit

Permalink
fix(alert): allow disabled for any type of input
Browse files Browse the repository at this point in the history
Fixes: #13488
  • Loading branch information
kensodemann committed Nov 27, 2017
1 parent 140b02a commit 9a49c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/alert/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export class Alert {
min={i.min}
max={i.max}
id={i.id}
disabled={i.disabled}
tabIndex={0}
class='alert-input'/>
</div>
Expand Down

0 comments on commit 9a49c8e

Please sign in to comment.