-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text description of static chips doesn't match code example #28845
Labels
area: material/chips
docs
This issue is related to documentation
P4
A relatively minor issue that is not relevant to core functions
Comments
lsamboretrorabbit
added a commit
to lsamboretrorabbit/components
that referenced
this issue
Apr 11, 2024
…of static chips Fixes the documentation example in the Angular Material `chips` component. Previously the text description of static chips did not match code example Fixes angular#28845
I have provided a solution, awaiting review |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: material/chips
docs
This issue is related to documentation
P4
A relatively minor issue that is not relevant to core functions
Documentation Feedback
If you look at the documentation for chips, you can see that the textual description talks about using
<mat-chip-set>
and<mat-chip>
. However, the example uses<mat-chip-listbox>
and<mat-chip-option>
. If there's a reason for this discrepancy, the documentation should specify why that is.Affected documentation page
https://material.angular.io/components/chips/overview#static-chips
The text was updated successfully, but these errors were encountered: