Skip to content

Commit a74a1cf

Browse files
committed
Improve comment
1 parent fad1aa2 commit a74a1cf

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
@@ -11,7 +11,7 @@ import {Directive, ElementRef, Input, AfterViewInit} from '@angular/core';
1111
host: {
1212
'(input)': 'resizeToFitContent()',
1313
// Textarea elements that have the directive applied should have a single row by default.
14-
// Browsers normally show two rows by default and this makes the minRows and maxRows unusable.
14+
// Browsers normally show two rows by default and this makes the limits the minRows binding.
1515
'rows': '1',
1616
},
1717
})

0 commit comments

Comments
 (0)