Skip to content

Commit ff4e6e9

Browse files
authored
compat(autosize): fix input name (#6419)
1 parent 4d36ee0 commit ff4e6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/input/autosize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class MdTextareaAutosize implements AfterViewInit {
4747
this._setMaxHeight();
4848
}
4949

50-
@Input('matAutosizeMaxRows')
50+
@Input('matAutosizeMinRows')
5151
get _matAutosizeMinRows() { return this.minRows; }
5252
set _matAutosizeMinRows(v) { this.minRows = v; }
5353

0 commit comments

Comments
 (0)