Skip to content

[Feature Request] Textarea max-height #22284

@cbkmutlu

Description

@cbkmutlu

Problem to solve

Need max-grow prop

Proposed solution

for tailwindcss 4

@utility max-grow-* {
   .v-field__input {
      min-height: min(var(--v-input-control-height, 56px), --value([*]));
      min-height: min(var(--v-input-control-height, 56px), --spacing(--value(integer)));
   }
}
<v-textarea
   class="max-grow-32"
   auto-grow
   no-resize />

its dublicated issue
#20195

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions