Skip to content

Commit b53858b

Browse files
spiralxcrisbeto
authored andcommitted
docs(material/input): Fix cdkTextareaAutosize link (#25688)
The link to the `cdkTextareaAutosize` directive in the "Auto-resizing <textarea> elements" section on the overview page links to that section on the same page, have changed it to correctly point to that section within the `cdk/text-field` overview page. (cherry picked from commit 4da27d5)
1 parent a9d3bc5 commit b53858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/input/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ globally cause input errors to show when the input is dirty and invalid.
7575
### Auto-resizing `<textarea>` elements
7676

7777
`<textarea>` elements can be made to automatically resize by using the
78-
[`cdkTextareaAutosize` directive](https://material.angular.io/components/input/overview#auto-resizing-textarea-elements)
78+
[`cdkTextareaAutosize` directive](https://material.angular.io/cdk/text-field/overview#automatically-resizing-a-textarea)
7979
available in the CDK.
8080

8181
### Responding to changes in the autofill state of an `<input>`

0 commit comments

Comments
 (0)