diff --git a/src/components/button/button.tsx b/src/components/button/button.tsx index f8cd42173a..a7003c1106 100644 --- a/src/components/button/button.tsx +++ b/src/components/button/button.tsx @@ -94,6 +94,8 @@ export class Button { outlined: this.outlined, }} disabled={this.disabled || this.loading} + aria-busy={this.loading ? 'true' : 'false'} + aria-live="polite" > {this.renderIcon()} {this.renderLabel()}