Skip to content

Commit

Permalink
fix(action): prefer disabled in favor of aria-disabled. #7775
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Sep 20, 2024
1 parent 06c96e9 commit bf9de14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ export class Action
<button
aria-busy={toAriaBoolean(loading)}
aria-controls={indicator ? indicatorId : null}
aria-disabled={toAriaBoolean(disabled)}
aria-label={ariaLabel}
aria-pressed={toAriaBoolean(active)}
class={buttonClasses}
Expand Down

0 comments on commit bf9de14

Please sign in to comment.