-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/chips
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
v14
Description
Using the mat-chip
on a link a
to render it as a chip no longer works after I upgraded to v15.1
Reproduction
Steps to reproduce:
- Create a chips set/list
<mat-chip-set>
- Insert the tag
<a mat-chip href="">Link</a>
Expected Behavior
Render the link as a chip
StackBlitz V14
Actual Behavior
The link is rendered as is, with an attribute mat-chip
StackBlitz V15
Environment
- Angular CLI: 15.1.6
- CDK/Material: 15.1.5
- Node: 18.14.0
- Package Manager: npm 9.3.1
- OS: linux x64
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/chips