Skip to content

Commit

Permalink
feat(radiobutton): use this instead of @ for ara-disabled label
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car committed May 7, 2024
1 parent a15cc36 commit f4a2d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/pix-radio-button.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
id={{this.id}}
class="pix-radio-button__input"
value={{@value}}
aria-disabled={{@isDisabled}}
aria-disabled={{this.isDisabled}}
{{on "click" this.avoidCheckedStateChangeIfDisabled}}
...attributes
/>
Expand Down

0 comments on commit f4a2d9a

Please sign in to comment.