Skip to content

Commit

Permalink
chore: fix focus behaviour radiobutton
Browse files Browse the repository at this point in the history
  • Loading branch information
RberendsDITP committed Nov 27, 2024
1 parent 5ea6576 commit fe3c067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[id]="id"
[attr.aria-label]="ariaLabel"
[disabled]="disabled"
[name]="name"
[attr.name]="name"
[value]="value"
[attr.value]="value"
[formControl]="control"
Expand Down

0 comments on commit fe3c067

Please sign in to comment.