From 2b812a8eac2adf7a8d566448a808e0fffc528233 Mon Sep 17 00:00:00 2001 From: Karan Mistry Date: Mon, 9 Jun 2025 14:35:02 +0530 Subject: [PATCH 1/2] docs(material/chips): update interface description to reflect mat-chip-grid usage --- src/material/chips/chip-text-control.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/chips/chip-text-control.ts b/src/material/chips/chip-text-control.ts index cf7b9e7a20d2..da91c1958695 100644 --- a/src/material/chips/chip-text-control.ts +++ b/src/material/chips/chip-text-control.ts @@ -6,7 +6,7 @@ * found in the LICENSE file at https://angular.dev/license */ -/** Interface for a text control that is used to drive interaction with a mat-chip-list. */ +/** Interface for a text control that is used to drive interaction with a mat-chip-grid. */ export interface MatChipTextControl { /** Unique identifier for the text control. */ id: string; From 65f4e809a654367d6f57583efd7d5af65858411c Mon Sep 17 00:00:00 2001 From: Karan Mistry Date: Mon, 9 Jun 2025 14:35:26 +0530 Subject: [PATCH 2/2] docs(material/form-field): update documentation to replace mat-chip-list with mat-chip-grid Remove deprecated object from the form-field.md Fixes #30122 --- src/material/form-field/form-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/form-field/form-field.md b/src/material/form-field/form-field.md index 3a0aa7a00f74..87e25dcec8bc 100644 --- a/src/material/form-field/form-field.md +++ b/src/material/form-field/form-field.md @@ -154,5 +154,5 @@ This error occurs if you have added multiple hints for the same side. Keep in mi This error occurs when you have not added a form field control to your form field. If your form field contains a native `` or `