Skip to content

Commit b205261

Browse files
committed
main - 3cf5bb7 docs(material/form-field): update documentation to replace 'mat-chip-list' with 'mat-chip-grid' (#30830)
1 parent afbee7e commit b205261

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs-content/api-docs/material-chips.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@ <h4 id="MatChipsDefaultOptions" class="docs-header-link docs-api-h4 docs-api-int
29202920
<h4 id="MatChipTextControl" class="docs-header-link docs-api-h4 docs-api-interface-name">
29212921
<span header-link="MatChipTextControl"></span>
29222922
<code>MatChipTextControl</code>
2923-
</h4><p class="docs-api-interface-description"><p>Interface for a text control that is used to drive interaction with a mat-chip-list.</p>
2923+
</h4><p class="docs-api-interface-description"><p>Interface for a text control that is used to drive interaction with a mat-chip-grid.</p>
29242924
</p><h5 class="docs-api-h5 docs-api-method-header">Properties</h5>
29252925
<table class="docs-api-properties-table">
29262926
<tr class="docs-api-properties-header-row">

docs-content/overviews/material/form-field/form-field.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ <h4 id="error-mat-form-field-must-contain-a-matformfieldcontrol" class="docs-hea
157157
<p>This error occurs when you have not added a form field control to your form field. If your form
158158
field contains a native <code>&lt;input&gt;</code> or <code>&lt;textarea&gt;</code> element, make sure you&#39;ve added the <code>matInput</code>
159159
directive to it and have imported <code>MatInputModule</code>. Other components that can act as a form field
160-
control include <code>&lt;mat-select&gt;</code>, <code>&lt;mat-chip-list&gt;</code>, and any custom form field controls you&#39;ve
160+
control include <code>&lt;mat-select&gt;</code>, <code>&lt;mat-chip-grid&gt;</code>, and any custom form field controls you&#39;ve
161161
created.</p>
162162
</div>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "20.2.0-next.3+sha-cd532b2",
3+
"version": "20.2.0-next.3+sha-3cf5bb7",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "20.2.0-next.3+sha-cd532b2",
263-
"@angular/cdk-experimental": "20.2.0-next.3+sha-cd532b2",
262+
"@angular/cdk": "20.2.0-next.3+sha-3cf5bb7",
263+
"@angular/cdk-experimental": "20.2.0-next.3+sha-3cf5bb7",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.2.0-next.3+sha-cd532b2",
267-
"@angular/material-experimental": "20.2.0-next.3+sha-cd532b2",
268-
"@angular/material-moment-adapter": "20.2.0-next.3+sha-cd532b2",
269-
"@angular/material-luxon-adapter": "20.2.0-next.3+sha-cd532b2",
270-
"@angular/material-date-fns-adapter": "20.2.0-next.3+sha-cd532b2"
266+
"@angular/material": "20.2.0-next.3+sha-3cf5bb7",
267+
"@angular/material-experimental": "20.2.0-next.3+sha-3cf5bb7",
268+
"@angular/material-moment-adapter": "20.2.0-next.3+sha-3cf5bb7",
269+
"@angular/material-luxon-adapter": "20.2.0-next.3+sha-3cf5bb7",
270+
"@angular/material-date-fns-adapter": "20.2.0-next.3+sha-3cf5bb7"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)