mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(inputs): fix aria with shadow-dom (#16329)
This commit is contained in:
@ -94,6 +94,7 @@ export class FabButton implements ComponentInterface {
|
||||
const inList = hostContext('ion-fab-list', this.el);
|
||||
return {
|
||||
'ion-activatable': true,
|
||||
'aria-disabled': this.disabled ? 'true' : null,
|
||||
class: {
|
||||
...createColorClasses(this.color),
|
||||
'fab-button-in-list': inList,
|
||||
|
Reference in New Issue
Block a user