mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(inputs): fix aria with shadow-dom (#16329)
This commit is contained in:
@ -143,6 +143,7 @@ export class Button implements ComponentInterface {
|
||||
|
||||
return {
|
||||
'ion-activatable': true,
|
||||
'aria-disabled': this.disabled ? 'true' : null,
|
||||
class: {
|
||||
...createColorClasses(color),
|
||||
[buttonType]: true,
|
||||
|
Reference in New Issue
Block a user