Skip to content

Commit

Permalink
fix(phone-input): remove binding from role attribute (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
vt-allianz authored and GitHub Enterprise committed Aug 9, 2024
1 parent 7da17a3 commit bfe1f23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let next = 0;
],
host: {
'[attr.id]': 'id',
'[role]': '"group"',
role: 'group',
'[attr.aria-labelledby]': '_ariaLabelledBy',
},
standalone: true,
Expand Down

0 comments on commit bfe1f23

Please sign in to comment.