Skip to content

Commit dc7caf4

Browse files
committed
Locking to attribute value
1 parent ba78215 commit dc7caf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components/textarea/textarea.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
// ----------------------------------------------------------------
8585

8686
// The height should be auto only when auto-grow is enabled.
87-
:host([auto-grow]) .textarea-wrapper-inner {
87+
:host([auto-grow=true]) .textarea-wrapper-inner {
8888
height: auto;
8989
}
9090

9191
// The min and max height should be inherited if auto-grow is enabled.
9292
// This allows the textarea to grow and shrink as needed.
93-
:host([auto-grow]) .native-wrapper {
93+
:host([auto-grow=true]) .native-wrapper {
9494
min-height: inherit;
9595
max-height: inherit;
9696
}

0 commit comments

Comments
 (0)