fix(alert): allow disabled for any type of input (#13522)

Fixes: #13488
This commit is contained in:
Ken Sodemann
2017-11-27 16:39:04 -06:00
committed by GitHub
parent 140b02a881
commit 285a99a6a0

View File

@ -308,6 +308,7 @@ export class Alert {
min={i.min} min={i.min}
max={i.max} max={i.max}
id={i.id} id={i.id}
disabled={i.disabled}
tabIndex={0} tabIndex={0}
class='alert-input'/> class='alert-input'/>
</div> </div>