We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad1aa2 commit a74a1cfCopy full SHA for a74a1cf
src/lib/input/autosize.ts
@@ -11,7 +11,7 @@ import {Directive, ElementRef, Input, AfterViewInit} from '@angular/core';
11
host: {
12
'(input)': 'resizeToFitContent()',
13
// 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.
+ // Browsers normally show two rows by default and this makes the limits the minRows binding.
15
'rows': '1',
16
},
17
})
0 commit comments