Skip to content

Commit f6da841

Browse files
committed
fixup! fix(cdk/text-field): autosize text areas using the placeholder
1 parent 9c47662 commit f6da841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/input/input.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@ const textareaStyleReset = `
22182218

22192219
@Component({
22202220
template: `
2221-
<mat-form-field style="width: 100px">
2221+
<mat-form-field style="width: 100px" appearance="fill">
22222222
<textarea matInput matTextareaAutosize [placeholder]="placeholder"></textarea>
22232223
</mat-form-field>`,
22242224
styles: [textareaStyleReset],

0 commit comments

Comments
 (0)