There was an error while loading. Please reload this page.
1 parent ba78215 commit dc7caf4Copy full SHA for dc7caf4
1 file changed
core/src/components/textarea/textarea.ionic.scss
@@ -84,13 +84,13 @@
84
// ----------------------------------------------------------------
85
86
// The height should be auto only when auto-grow is enabled.
87
-:host([auto-grow]) .textarea-wrapper-inner {
+:host([auto-grow=true]) .textarea-wrapper-inner {
88
height: auto;
89
}
90
91
// The min and max height should be inherited if auto-grow is enabled.
92
// This allows the textarea to grow and shrink as needed.
93
-:host([auto-grow]) .native-wrapper {
+:host([auto-grow=true]) .native-wrapper {
94
min-height: inherit;
95
max-height: inherit;
96
0 commit comments