Skip to content

Commit 8439c91

Browse files
livthomasjelbourn
authored andcommitted
docs(input): fix cdkTextareaAutosize name and link (#12830)
1 parent 0e60fb8 commit 8439c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/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-
[`cdkAutosizeTextarea` directive](https://material.angular.io/cdk/text-field/overview#automatically-resizing-a-textarea)
78+
[`cdkTextareaAutosize` directive](https://material.angular.io/components/input/overview#auto-resizing-code-lt-textarea-gt-code-elements)
7979
available in the CDK.
8080

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

0 commit comments

Comments
 (0)