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 bfbd12b commit 21c7b3aCopy full SHA for 21c7b3a
src/lib/input/input.scss
@@ -87,4 +87,8 @@ textarea.mat-input-element {
87
// Only allow resizing along the Y axis.
88
resize: vertical;
89
overflow: auto;
90
+
91
+ &.cdk-textarea-autosize {
92
+ resize: none;
93
+ }
94
}
0 commit comments