mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(alert): allow disabled for any type of input (#13522)
Fixes: #13488
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user